#D9CC61

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

Shades of Golden Sand #D9CC61

Tints of Golden Sand #D9CC61

Color information

#D9CC61 (or 0xD9CC61) is unknown color: approx Golden Sand. HEX triplet: D9, CC and 61. RGB value is (217,204,97). Sum of RGB (Red+Green+Blue) = 217+204+97=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 97 (38.28% from 255 or 18.73% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CC61 is #26339E. Grayscale: #C4C4C4. Windows color (decimal): -2503583 or 6409433. OLE color: 6409433.

HSL color Cylindrical-coordinate representation of color #D9CC61: hue angle of 53.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9CC61 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB21720497-
CMYK00.060.550.15
HSL53.5º61.22%61.57%-
HSV(B)53.5º55.3%85.1%-
XYZ52.3758.819.9-
YUV195.6972.31143.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.89%
GREEN value IS 204 (80.08% from 255) = 39.38%
BLUE value IS 97 (38.28% from 255) = 18.73%
R=41.89%
G=39.38%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172049700.060.550.1553.561.2261.57
HexD9CC610637F363d3e
Octal331314141066717667576
Binary1101100111001100110000101101101111111110110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CC61; }

 p { color: rgb(217,204,97); }

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

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

 a { background-color: rgb(217,204,97); }

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

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

 span { border-color: rgb(217,204,97); }

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