#DDCC60

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

Shades of Golden Sand #DDCC60

Tints of Golden Sand #DDCC60

Color information

#DDCC60 (or 0xDDCC60) is unknown color: approx Golden Sand. HEX triplet: DD, CC and 60. RGB value is (221,204,96). Sum of RGB (Red+Green+Blue) = 221+204+96=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC60 is #22339F. Grayscale: #C5C5C5. Windows color (decimal): -2241440 or 6343901. OLE color: 6343901.

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

Color convert

RGB22120496-
CMYK00.080.570.13
HSL51.84º64.77%62.16%-
HSV(B)51.84º56.56%86.67%-
XYZ53.5259.419.71-
YUV196.7771.13145.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.42%
GREEN value IS 204 (80.08% from 255) = 39.16%
BLUE value IS 96 (37.89% from 255) = 18.43%
R=42.42%
G=39.16%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212049600.080.570.1351.8464.7762.16
HexDDCC600839D34413e
Octal33531414001071156410176
Binary110111011100110011000000100011100111011101001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCC60; }

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

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

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

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

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

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

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

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