#DDCA62

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

Shades of Golden Sand #DDCA62

Tints of Golden Sand #DDCA62

Color information

#DDCA62 (or 0xDDCA62) is unknown color: approx Golden Sand. HEX triplet: DD, CA and 62. RGB value is (221,202,98). Sum of RGB (Red+Green+Blue) = 221+202+98=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 98 (38.67% from 255 or 18.81% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCA62 is #22359D. Grayscale: #C4C4C4. Windows color (decimal): -2241950 or 6474461. OLE color: 6474461.

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

Color convert

RGB22120298-
CMYK00.090.560.13
HSL50.73º64.4%62.55%-
HSV(B)50.73º55.66%86.67%-
XYZ53.1458.520.04-
YUV195.8272.79145.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.42%
GREEN value IS 202 (79.30% from 255) = 38.77%
BLUE value IS 98 (38.67% from 255) = 18.81%
R=42.42%
G=38.77%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212029800.090.560.1350.7364.462.55
HexDDCA620938D33403f
Octal33531214201170156310077
Binary110111011100101011000100100111100011011100111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCA62; }

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

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

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

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

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

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

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

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