Html Css Color HEX #D9DD82 Goldenrod

📋 copy color: '#D9DD82'

red 217 ◦ green 221 ◦ blue 130

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

Shades of Goldenrod #D9DD82

Tints of Goldenrod #D9DD82

RGB

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

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

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

R = 38.2%
G = 38.91%
B = 22.89%

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

#D9DD82 (or 0xD9DD82) is known color: Goldenrod. HEX triplet: D9, DD and 82. RGB value is (217,221,130). Sum of RGB (Red+Green+Blue) = 217+221+130=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 130 (51.17% from 255 or 22.89% from 568); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DD82 is #26227D. Grayscale: #D1D1D1. Windows color (decimal): -2499198 or 8576473. OLE color: 8576473.

HSL color Cylindrical-coordinate representation of color #D9DD82: hue angle of 62.64º degrees, saturation: 0.57, 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 #D9DD82 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 221 130 -
CMYK 0.02 0 0.41 0.13
HSL 62.64º 0.57% 0.69% -
HSV(B) 62.64º 0.41% 0.87% -
XYZ 58.5 68.08 31.18 -
YUV 209.43 83.17 133.4 -
System Red Green Blue C M Y K H S L
Decimal 217 221 130 0.02 0 0.41 0.13 62.64 0.57 0.69
Hex D9 DD 82 2 0 29 D 3F 39 45
Octal 331 335 202 2 0 51 15 77 71 105
Binary 11011001 11011101 10000010 10 0 101001 1101 111111 111001 1000101

Color Harmonies of #D9DD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DD82

Black with #D9DD82

Text Example


Text Example

White with #D9DD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DD82; }

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

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

background-color css

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

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

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

border-color css

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

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

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