#DDCC66

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

Shades of Golden Sand #DDCC66

Tints of Golden Sand #DDCC66

Color information

#DDCC66 (or 0xDDCC66) is unknown color: approx Golden Sand. HEX triplet: DD, CC and 66. RGB value is (221,204,102). Sum of RGB (Red+Green+Blue) = 221+204+102=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 102 (40.23% from 255 or 19.35% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC66 is #223399. Grayscale: #C5C5C5. Windows color (decimal): -2241434 or 6737117. OLE color: 6737117.

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

Color convert

RGB221204102-
CMYK00.080.540.13
HSL51.43º63.64%63.33%-
HSV(B)51.43º53.85%86.67%-
XYZ53.8159.5221.22-
YUV197.4674.13144.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.94%
GREEN value IS 204 (80.08% from 255) = 38.71%
BLUE value IS 102 (40.23% from 255) = 19.35%
R=41.94%
G=38.71%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120410200.080.540.1351.4363.6463.33
HexDDCC660836D33403f
Octal33531414601066156310077
Binary110111011100110011001100100011011011011100111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCC66; }

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

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

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

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

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

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

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

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