Html Css Color HEX #D8DD7F Goldenrod

📋 copy color: '#D8DD7F'

red 216 ◦ green 221 ◦ blue 127

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

Shades of Goldenrod #D8DD7F

Tints of Goldenrod #D8DD7F

RGB

 RED value IS 216 (84.77% from 255) = 38.3%

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

 BLUE value IS 127 (50% from 255) = 22.52%

R = 38.3%
G = 39.18%
B = 22.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#D8DD7F (or 0xD8DD7F) is known color: Goldenrod. HEX triplet: D8, DD and 7F. RGB value is (216,221,127). Sum of RGB (Red+Green+Blue) = 216+221+127=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 127 (50% from 255 or 22.52% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DD7F is #272280. Grayscale: #D1D1D1. Windows color (decimal): -2564737 or 8379864. OLE color: 8379864.

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

Color convert

RGB 216 221 127 -
CMYK 0.02 0 0.43 0.13
HSL 63.19º 0.58% 0.68% -
HSV(B) 63.19º 0.43% 0.87% -
XYZ 58.01 67.84 30.12 -
YUV 208.79 81.84 133.14 -
System Red Green Blue C M Y K H S L
Decimal 216 221 127 0.02 0 0.43 0.13 63.19 0.58 0.68
Hex D8 DD 7F 2 0 2B D 3F 3A 44
Octal 330 335 177 2 0 53 15 77 72 104
Binary 11011000 11011101 1111111 10 0 101011 1101 111111 111010 1000100

Color Harmonies of #D8DD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DD7F

Black with #D8DD7F

Text Example


Text Example

White with #D8DD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DD7F; }

 p { color: rgb(216,221,127); }

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

background-color css

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

 a { background-color: rgb(216,221,127); }

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

border-color css

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

 span { border-color: rgb(216,221,127); }

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