Html Css Color HEX #D8E072 Goldenrod

📋 copy color: '#D8E072'

red 216 ◦ green 224 ◦ blue 114

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

Shades of Goldenrod #D8E072

Tints of Goldenrod #D8E072

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.43%

 BLUE value IS 114 (44.92% from 255) = 20.58%

R = 38.99%
G = 40.43%
B = 20.58%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#D8E072 (or 0xD8E072) is known color: Goldenrod. HEX triplet: D8, E0 and 72. RGB value is (216,224,114). Sum of RGB (Red+Green+Blue) = 216+224+114=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 114 (44.92% from 255 or 20.58% from 554); Max value from RGB is 224 - color contains mainly: green. Hex color #D8E072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8E072 is #271F8D. Grayscale: #D1D1D1. Windows color (decimal): -2563982 or 7528664. OLE color: 7528664.

HSL color Cylindrical-coordinate representation of color #D8E072: hue angle of 64.36º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D8E072 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 216 224 114 -
CMYK 0.04 0 0.49 0.12
HSL 64.36º 0.64% 0.66% -
HSV(B) 64.36º 0.49% 0.88% -
XYZ 58.01 69.13 26.2 -
YUV 209.07 74.35 132.94 -
System Red Green Blue C M Y K H S L
Decimal 216 224 114 0.04 0 0.49 0.12 64.36 0.64 0.66
Hex D8 E0 72 4 0 31 C 40 40 42
Octal 330 340 162 4 0 61 14 100 100 102
Binary 11011000 11100000 1110010 100 0 110001 1100 1000000 1000000 1000010

Color Harmonies of #D8E072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8E072

Black with #D8E072

Text Example


Text Example

White with #D8E072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8E072; }

 p { color: rgb(216,224,114); }

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

background-color css

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

 a { background-color: rgb(216,224,114); }

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

border-color css

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

 span { border-color: rgb(216,224,114); }

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