Html Css Color HEX #D8DF72 Goldenrod

📋 copy color: '#D8DF72'

red 216 ◦ green 223 ◦ blue 114

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

Shades of Goldenrod #D8DF72

Tints of Goldenrod #D8DF72

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.33%

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

R = 39.06%
G = 40.33%
B = 20.61%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#D8DF72 (or 0xD8DF72) is known color: Goldenrod. HEX triplet: D8, DF and 72. RGB value is (216,223,114). Sum of RGB (Red+Green+Blue) = 216+223+114=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 114 (44.92% from 255 or 20.61% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DF72 is #27208D. Grayscale: #D0D0D0. Windows color (decimal): -2564238 or 7528408. OLE color: 7528408.

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

Color convert

RGB 216 223 114 -
CMYK 0.03 0 0.49 0.13
HSL 63.85º 0.63% 0.66% -
HSV(B) 63.85º 0.49% 0.87% -
XYZ 57.74 68.59 26.12 -
YUV 208.48 74.68 133.36 -
System Red Green Blue C M Y K H S L
Decimal 216 223 114 0.03 0 0.49 0.13 63.85 0.63 0.66
Hex D8 DF 72 3 0 31 D 40 3F 42
Octal 330 337 162 3 0 61 15 100 77 102
Binary 11011000 11011111 1110010 11 0 110001 1101 1000000 111111 1000010

Color Harmonies of #D8DF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DF72

Black with #D8DF72

Text Example


Text Example

White with #D8DF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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