Html Css Color HEX #D9CC61 Golden Sand

📋 copy color: '#D9CC61'

red 217 ◦ green 204 ◦ blue 97

#D9CC61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Sand #D9CC61

Tints of Golden Sand #D9CC61

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 value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D9CC61 (or 0xD9CC61) is known color: 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

RGB 217 204 97 -
CMYK 0 0.06 0.55 0.15
HSL 53.5º 0.61% 0.62% -
HSV(B) 53.5º 0.55% 0.85% -
XYZ 52.37 58.8 19.9 -
YUV 195.69 72.31 143.2 -
System Red Green Blue C M Y K H S L
Decimal 217 204 97 0 0.06 0.55 0.15 53.5 0.61 0.62
Hex D9 CC 61 0 6 37 F 36 3D 3E
Octal 331 314 141 0 6 67 17 66 75 76
Binary 11011001 11001100 1100001 0 110 110111 1111 110110 111101 111110

Color Harmonies of #D9CC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CC61

Black with #D9CC61

Text Example


Text Example

White with #D9CC61

Text Example


Text Example

HTML Codes & Css Web 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>