#D9CD63

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

Shades of Golden Sand #D9CD63

Tints of Golden Sand #D9CD63

Color information

#D9CD63 (or 0xD9CD63) is unknown color: approx Golden Sand. HEX triplet: D9, CD and 63. RGB value is (217,205,99). Sum of RGB (Red+Green+Blue) = 217+205+99=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 99 (39.06% from 255 or 19.00% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CD63 is #26329C. Grayscale: #C4C4C4. Windows color (decimal): -2503325 or 6540761. OLE color: 6540761.

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

Color convert

RGB21720599-
CMYK00.060.540.15
HSL53.9º60.82%61.96%-
HSV(B)53.9º54.38%85.1%-
XYZ52.759.3220.48-
YUV196.572.98142.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.65%
GREEN value IS 205 (80.47% from 255) = 39.35%
BLUE value IS 99 (39.06% from 255) = 19.00%
R=41.65%
G=39.35%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172059900.060.540.1553.960.8261.96
HexD9CD630636F363d3e
Octal331315143066617667576
Binary1101100111001101110001101101101101111110110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CD63; }

 p { color: rgb(217,205,99); }

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

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

 a { background-color: rgb(217,205,99); }

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

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

 span { border-color: rgb(217,205,99); }

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