Html Css Color HEX #D9D370 Goldenrod

📋 copy color: '#D9D370'

red 217 ◦ green 211 ◦ blue 112

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

Shades of Goldenrod #D9D370

Tints of Goldenrod #D9D370

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.07%

 BLUE value IS 112 (44.14% from 255) = 20.74%

R = 40.19%
G = 39.07%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D9D370 (or 0xD9D370) is known color: Goldenrod. HEX triplet: D9, D3 and 70. RGB value is (217,211,112). Sum of RGB (Red+Green+Blue) = 217+211+112=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 112 (44.14% from 255 or 20.74% from 540); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D370 is #262C8F. Grayscale: #C9C9C9. Windows color (decimal): -2501776 or 7394265. OLE color: 7394265.

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

Color convert

RGB 217 211 112 -
CMYK 0 0.03 0.48 0.15
HSL 56.57º 0.58% 0.65% -
HSV(B) 56.57º 0.48% 0.85% -
XYZ 54.83 62.51 24.5 -
YUV 201.51 77.49 139.05 -
System Red Green Blue C M Y K H S L
Decimal 217 211 112 0 0.03 0.48 0.15 56.57 0.58 0.65
Hex D9 D3 70 0 3 30 F 39 3A 41
Octal 331 323 160 0 3 60 17 71 72 101
Binary 11011001 11010011 1110000 0 11 110000 1111 111001 111010 1000001

Color Harmonies of #D9D370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D370

Black with #D9D370

Text Example


Text Example

White with #D9D370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D370; }

 p { color: rgb(217,211,112); }

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

background-color css

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

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

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

border-color css

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

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

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