#DDCA66

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

Shades of Golden Sand #DDCA66

Tints of Golden Sand #DDCA66

Color information

#DDCA66 (or 0xDDCA66) is unknown color: approx Golden Sand. HEX triplet: DD, CA and 66. RGB value is (221,202,102). Sum of RGB (Red+Green+Blue) = 221+202+102=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 102 (40.23% from 255 or 19.43% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCA66 is #223599. Grayscale: #C4C4C4. Windows color (decimal): -2241946 or 6736605. OLE color: 6736605.

HSL color Cylindrical-coordinate representation of color #DDCA66: hue angle of 50.42º 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 #DDCA66 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB221202102-
CMYK00.090.540.13
HSL50.42º63.64%63.33%-
HSV(B)50.42º53.85%86.67%-
XYZ53.3458.5721.06-
YUV196.2874.79145.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.10%
GREEN value IS 202 (79.30% from 255) = 38.48%
BLUE value IS 102 (40.23% from 255) = 19.43%
R=42.10%
G=38.48%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120210200.090.540.1350.4263.6463.33
HexDDCA660936D32403f
Octal33531214601166156210077
Binary110111011100101011001100100111011011011100101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCA66; }

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

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

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

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

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

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

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

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