Html Css Color HEX #D9DE82 Goldenrod

📋 copy color: '#D9DE82'

red 217 ◦ green 222 ◦ blue 130

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

Shades of Goldenrod #D9DE82

Tints of Goldenrod #D9DE82

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.02%

 BLUE value IS 130 (51.17% from 255) = 22.85%

R = 38.14%
G = 39.02%
B = 22.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#D9DE82 (or 0xD9DE82) is known color: Goldenrod. HEX triplet: D9, DE and 82. RGB value is (217,222,130). Sum of RGB (Red+Green+Blue) = 217+222+130=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 222 (87.11% from 255 or 39.02% from 569); Blue value is 130 (51.17% from 255 or 22.85% from 569); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DE82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DE82 is #26217D. Grayscale: #D2D2D2. Windows color (decimal): -2498942 or 8576729. OLE color: 8576729.

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

Color convert

RGB 217 222 130 -
CMYK 0.02 0 0.41 0.13
HSL 63.26º 0.58% 0.69% -
HSV(B) 63.26º 0.41% 0.87% -
XYZ 58.77 68.61 31.26 -
YUV 210.02 82.84 132.98 -
System Red Green Blue C M Y K H S L
Decimal 217 222 130 0.02 0 0.41 0.13 63.26 0.58 0.69
Hex D9 DE 82 2 0 29 D 3F 3A 45
Octal 331 336 202 2 0 51 15 77 72 105
Binary 11011001 11011110 10000010 10 0 101001 1101 111111 111010 1000101

Color Harmonies of #D9DE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DE82

Black with #D9DE82

Text Example


Text Example

White with #D9DE82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DE82; }

 p { color: rgb(217,222,130); }

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

background-color css

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

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

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

border-color css

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

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

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