#DDCD62

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

Shades of Golden Sand #DDCD62

Tints of Golden Sand #DDCD62

Color information

#DDCD62 (or 0xDDCD62) is unknown color: approx Golden Sand. HEX triplet: DD, CD and 62. RGB value is (221,205,98). Sum of RGB (Red+Green+Blue) = 221+205+98=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 98 (38.67% from 255 or 18.70% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD62 is #22329D. Grayscale: #C6C6C6. Windows color (decimal): -2241182 or 6475229. OLE color: 6475229.

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

Color convert

RGB22120598-
CMYK00.070.560.13
HSL52.2º64.4%62.55%-
HSV(B)52.2º55.66%86.67%-
XYZ53.8559.9220.28-
YUV197.5971.8144.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.18%
GREEN value IS 205 (80.47% from 255) = 39.12%
BLUE value IS 98 (38.67% from 255) = 18.70%
R=42.18%
G=39.12%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212059800.070.560.1352.264.462.55
HexDDCD620738D34403f
Octal3353151420770156410077
Binary11011101110011011100010011111100011011101001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCD62; }

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

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

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

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

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

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

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

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