Html Css Color HEX #D8D872 Goldenrod

📋 copy color: '#D8D872'

red 216 ◦ green 216 ◦ blue 114

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

Shades of Goldenrod #D8D872

Tints of Goldenrod #D8D872

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.56%

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

R = 39.56%
G = 39.56%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D8D872 (or 0xD8D872) is known color: Goldenrod. HEX triplet: D8, D8 and 72. RGB value is (216,216,114). Sum of RGB (Red+Green+Blue) = 216+216+114=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 114 (44.92% from 255 or 20.88% from 546); Max value from RGB is 216 - color contains mainly: red, green. Hex color #D8D872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D872 is #27278D. Grayscale: #CCCCCC. Windows color (decimal): -2566030 or 7526616. OLE color: 7526616.

HSL color Cylindrical-coordinate representation of color #D8D872: hue angle of 60º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D8D872 is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 216 114 -
CMYK 0 0 0.47 0.15
HSL 60º 0.57% 0.65% -
HSV(B) 60º 0.47% 0.85% -
XYZ 55.91 64.93 25.5 -
YUV 204.37 77 136.29 -
System Red Green Blue C M Y K H S L
Decimal 216 216 114 0 0 0.47 0.15 60 0.57 0.65
Hex D8 D8 72 0 0 2F F 3C 39 41
Octal 330 330 162 0 0 57 17 74 71 101
Binary 11011000 11011000 1110010 0 0 101111 1111 111100 111001 1000001

Color Harmonies of #D8D872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D872

Black with #D8D872

Text Example


Text Example

White with #D8D872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D872; }

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

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

background-color css

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

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

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

border-color css

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

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

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