Html Css Color HEX #D8DE76 Goldenrod

📋 copy color: '#D8DE76'

red 216 ◦ green 222 ◦ blue 118

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

Shades of Goldenrod #D8DE76

Tints of Goldenrod #D8DE76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.22%

R = 38.85%
G = 39.93%
B = 21.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#D8DE76 (or 0xD8DE76) is known color: Goldenrod. HEX triplet: D8, DE and 76. RGB value is (216,222,118). Sum of RGB (Red+Green+Blue) = 216+222+118=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 118 (46.48% from 255 or 21.22% from 556); Max value from RGB is 222 - color contains mainly: green. Hex color #D8DE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DE76 is #272189. Grayscale: #D0D0D0. Windows color (decimal): -2564490 or 7790296. OLE color: 7790296.

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

Color convert

RGB 216 222 118 -
CMYK 0.03 0 0.47 0.13
HSL 63.46º 0.61% 0.67% -
HSV(B) 63.46º 0.47% 0.87% -
XYZ 57.71 68.15 27.25 -
YUV 208.35 77.01 133.46 -
System Red Green Blue C M Y K H S L
Decimal 216 222 118 0.03 0 0.47 0.13 63.46 0.61 0.67
Hex D8 DE 76 3 0 2F D 3F 3D 43
Octal 330 336 166 3 0 57 15 77 75 103
Binary 11011000 11011110 1110110 11 0 101111 1101 111111 111101 1000011

Color Harmonies of #D8DE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DE76

Black with #D8DE76

Text Example


Text Example

White with #D8DE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DE76; }

 p { color: rgb(216,222,118); }

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

background-color css

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

 a { background-color: rgb(216,222,118); }

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

border-color css

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

 span { border-color: rgb(216,222,118); }

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