Html Css Color HEX #D9D06C Goldenrod

📋 copy color: '#D9D06C'

red 217 ◦ green 208 ◦ blue 108

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

Shades of Goldenrod #D9D06C

Tints of Goldenrod #D9D06C

RGB

 RED value IS 217 (85.16% from 255) = 40.71%

 GREEN value IS 208 (81.64% from 255) = 39.02%

 BLUE value IS 108 (42.58% from 255) = 20.26%

R = 40.71%
G = 39.02%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9D06C (or 0xD9D06C) is known color: Goldenrod. HEX triplet: D9, D0 and 6C. RGB value is (217,208,108). Sum of RGB (Red+Green+Blue) = 217+208+108=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 108 (42.58% from 255 or 20.26% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D06C is #262F93. Grayscale: #C7C7C7. Windows color (decimal): -2502548 or 7131353. OLE color: 7131353.

HSL color Cylindrical-coordinate representation of color #D9D06C: hue angle of 55.05º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9D06C is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 208 108 -
CMYK 0 0.04 0.50 0.15
HSL 55.05º 0.59% 0.64% -
HSV(B) 55.05º 0.5% 0.85% -
XYZ 53.88 60.95 23.11 -
YUV 199.29 76.48 140.63 -
System Red Green Blue C M Y K H S L
Decimal 217 208 108 0 0.04 0.50 0.15 55.05 0.59 0.64
Hex D9 D0 6C 0 4 32 F 37 3B 40
Octal 331 320 154 0 4 62 17 67 73 100
Binary 11011001 11010000 1101100 0 100 110010 1111 110111 111011 1000000

Color Harmonies of #D9D06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D06C

Black with #D9D06C

Text Example


Text Example

White with #D9D06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D06C; }

 p { color: rgb(217,208,108); }

 H1.HeaderClassName
 {
   color: #D9D06C;
 }
 .AnyTagClassName
 {
   color: #D9D06C;
 }
</style>

background-color css

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

 a { background-color: rgb(217,208,108); }

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

border-color css

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

 span { border-color: rgb(217,208,108); }

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