Html Css Color HEX #D9D67A Goldenrod

📋 copy color: '#D9D67A'

red 217 ◦ green 214 ◦ blue 122

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

Shades of Goldenrod #D9D67A

Tints of Goldenrod #D9D67A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.7%

 BLUE value IS 122 (48.05% from 255) = 22.06%

R = 39.24%
G = 38.7%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D9D67A (or 0xD9D67A) is known color: Goldenrod. HEX triplet: D9, D6 and 7A. RGB value is (217,214,122). Sum of RGB (Red+Green+Blue) = 217+214+122=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 122 (48.05% from 255 or 22.06% from 553); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D67A is #262985. Grayscale: #CCCCCC. Windows color (decimal): -2500998 or 8050393. OLE color: 8050393.

HSL color Cylindrical-coordinate representation of color #D9D67A: hue angle of 58.11º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D9D67A is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 214 122 -
CMYK 0 0.01 0.44 0.15
HSL 58.11º 0.56% 0.66% -
HSV(B) 58.11º 0.44% 0.85% -
XYZ 56.17 64.25 27.85 -
YUV 204.41 81.49 136.98 -
System Red Green Blue C M Y K H S L
Decimal 217 214 122 0 0.01 0.44 0.15 58.11 0.56 0.66
Hex D9 D6 7A 0 1 2C F 3A 38 42
Octal 331 326 172 0 1 54 17 72 70 102
Binary 11011001 11010110 1111010 0 1 101100 1111 111010 111000 1000010

Color Harmonies of #D9D67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D67A

Black with #D9D67A

Text Example


Text Example

White with #D9D67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D67A; }

 p { color: rgb(217,214,122); }

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

background-color css

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

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

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

border-color css

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

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

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