#DDCC7B

Color #DDCC7B Sandwisp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandwisp #DDCC7B

Tints of Sandwisp #DDCC7B

Color information

#DDCC7B (or 0xDDCC7B) is unknown color: approx Sandwisp. HEX triplet: DD, CC and 7B. RGB value is (221,204,123). Sum of RGB (Red+Green+Blue) = 221+204+123=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 123 (48.44% from 255 or 22.45% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC7B is #223384. Grayscale: #C8C8C8. Windows color (decimal): -2241413 or 8113373. OLE color: 8113373.

HSL color Cylindrical-coordinate representation of color #DDCC7B: hue angle of 49.59º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDCC7B is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB221204123-
CMYK00.080.440.13
HSL49.59º59.04%67.45%-
HSV(B)49.59º44.34%86.67%-
XYZ54.9959.9927.42-
YUV199.8584.63143.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 40.33%
GREEN value IS 204 (80.08% from 255) = 37.23%
BLUE value IS 123 (48.44% from 255) = 22.45%
R=40.33%
G=37.23%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120412300.080.440.1349.5959.0467.45
HexDDCC7B082CD323b43
Octal33531417301054156273103
Binary110111011100110011110110100010110011011100101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCC7B; }

 p { color: rgb(221,204,123); }

 H1.HeaderClassName
 {
   color: #DDCC7B;
 }
 .AnyTagClassName
 {
   color: #DDCC7B;
 }
</style>
background-color css

<style>
 a { background-color: #DDCC7B; }

 a { background-color: rgb(221,204,123); }

 div.DivClassName
 {
   background-color: #DDCC7B;
 }
 .BgClassName
 {
   background-color: #DDCC7B;
 }
</style>
border-color css

<style>
 span { border-color: #DDCC7B; }

 span { border-color: rgb(221,204,123); }

 td.TdClassName
 {
   border-color: #DDCC7B;
 }
 .TagClassName
 {
   border-color: #DDCC7B;
 }
</style>