Html Css Color HEX #D9D96F Goldenrod

📋 copy color: '#D9D96F'

red 217 ◦ green 217 ◦ blue 111

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

Shades of Goldenrod #D9D96F

Tints of Goldenrod #D9D96F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.82%

 BLUE value IS 111 (43.75% from 255) = 20.37%

R = 39.82%
G = 39.82%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9D96F (or 0xD9D96F) is known color: Goldenrod. HEX triplet: D9, D9 and 6F. RGB value is (217,217,111). Sum of RGB (Red+Green+Blue) = 217+217+111=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 217 (85.16% from 255 or 39.82% from 545); Blue value is 111 (43.75% from 255 or 20.37% from 545); Max value from RGB is 217 - color contains mainly: red, green. Hex color #D9D96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D96F is #262690. Grayscale: #CDCDCD. Windows color (decimal): -2500241 or 7330265. OLE color: 7330265.

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

Color convert

RGB 217 217 111 -
CMYK 0 0 0.49 0.15
HSL 60º 0.58% 0.64% -
HSV(B) 60º 0.49% 0.85% -
XYZ 56.3 65.53 24.72 -
YUV 204.92 75 136.62 -
System Red Green Blue C M Y K H S L
Decimal 217 217 111 0 0 0.49 0.15 60 0.58 0.64
Hex D9 D9 6F 0 0 31 F 3C 3A 40
Octal 331 331 157 0 0 61 17 74 72 100
Binary 11011001 11011001 1101111 0 0 110001 1111 111100 111010 1000000

Color Harmonies of #D9D96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D96F

Black with #D9D96F

Text Example


Text Example

White with #D9D96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D96F; }

 p { color: rgb(217,217,111); }

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

background-color css

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

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

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

border-color css

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

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

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