Html Css Color HEX #D9DD7A Goldenrod

📋 copy color: '#D9DD7A'

red 217 ◦ green 221 ◦ blue 122

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

Shades of Goldenrod #D9DD7A

Tints of Goldenrod #D9DD7A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.46%

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

R = 38.75%
G = 39.46%
B = 21.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#D9DD7A (or 0xD9DD7A) is known color: Goldenrod. HEX triplet: D9, DD and 7A. RGB value is (217,221,122). Sum of RGB (Red+Green+Blue) = 217+221+122=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 122 (48.05% from 255 or 21.79% from 560); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DD7A is #262285. Grayscale: #D0D0D0. Windows color (decimal): -2499206 or 8052185. OLE color: 8052185.

HSL color Cylindrical-coordinate representation of color #D9DD7A: hue angle of 62.42º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D9DD7A is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 221 122 -
CMYK 0.02 0 0.45 0.13
HSL 62.42º 0.59% 0.67% -
HSV(B) 62.42º 0.45% 0.87% -
XYZ 57.98 67.87 28.46 -
YUV 208.52 79.17 134.05 -
System Red Green Blue C M Y K H S L
Decimal 217 221 122 0.02 0 0.45 0.13 62.42 0.59 0.67
Hex D9 DD 7A 2 0 2D D 3E 3B 43
Octal 331 335 172 2 0 55 15 76 73 103
Binary 11011001 11011101 1111010 10 0 101101 1101 111110 111011 1000011

Color Harmonies of #D9DD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DD7A

Black with #D9DD7A

Text Example


Text Example

White with #D9DD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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