#DDCA61

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

Shades of Golden Sand #DDCA61

Tints of Golden Sand #DDCA61

Color information

#DDCA61 (or 0xDDCA61) is unknown color: approx Golden Sand. HEX triplet: DD, CA and 61. RGB value is (221,202,97). Sum of RGB (Red+Green+Blue) = 221+202+97=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 97 (38.28% from 255 or 18.65% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCA61 is #22359E. Grayscale: #C4C4C4. Windows color (decimal): -2241951 or 6408925. OLE color: 6408925.

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

Color convert

RGB22120297-
CMYK00.090.560.13
HSL50.81º64.58%62.35%-
HSV(B)50.81º56.11%86.67%-
XYZ53.158.4819.8-
YUV195.7172.29146.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.5%
GREEN value IS 202 (79.30% from 255) = 38.85%
BLUE value IS 97 (38.28% from 255) = 18.65%
R=42.5%
G=38.85%
B=18.65%

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
Decimal2212029700.090.560.1350.8164.5862.35
HexDDCA610938D33413e
Octal33531214101170156310176
Binary110111011100101011000010100111100011011100111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCA61; }

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

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

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

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

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

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

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

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