#DDCA60

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

Shades of Golden Sand #DDCA60

Tints of Golden Sand #DDCA60

Color information

#DDCA60 (or 0xDDCA60) is unknown color: approx Golden Sand. HEX triplet: DD, CA and 60. RGB value is (221,202,96). Sum of RGB (Red+Green+Blue) = 221+202+96=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 96 (37.89% from 255 or 18.50% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCA60 is #22359F. Grayscale: #C4C4C4. Windows color (decimal): -2241952 or 6343389. OLE color: 6343389.

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

Color convert

RGB22120296-
CMYK00.090.570.13
HSL50.88º64.77%62.16%-
HSV(B)50.88º56.56%86.67%-
XYZ53.0558.4619.55-
YUV195.671.79146.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.58%
GREEN value IS 202 (79.30% from 255) = 38.92%
BLUE value IS 96 (37.89% from 255) = 18.50%
R=42.58%
G=38.92%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212029600.090.570.1350.8864.7762.16
HexDDCA600939D33413e
Octal33531214001171156310176
Binary110111011100101011000000100111100111011100111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCA60; }

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

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

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

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

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

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

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

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