Html Css Color HEX #D8D871 Goldenrod

📋 copy color: '#D8D871'

red 216 ◦ green 216 ◦ blue 113

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

Shades of Goldenrod #D8D871

Tints of Goldenrod #D8D871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.73%

R = 39.63%
G = 39.63%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D8D871 (or 0xD8D871) is known color: Goldenrod. HEX triplet: D8, D8 and 71. RGB value is (216,216,113). Sum of RGB (Red+Green+Blue) = 216+216+113=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 113 (44.53% from 255 or 20.73% from 545); Max value from RGB is 216 - color contains mainly: red, green. Hex color #D8D871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D871 is #27278E. Grayscale: #CCCCCC. Windows color (decimal): -2566031 or 7461080. OLE color: 7461080.

HSL color Cylindrical-coordinate representation of color #D8D871: 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.48%. Process color model (Four color, CMYK) of #D8D871 is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 216 113 -
CMYK 0 0 0.48 0.15
HSL 60º 0.57% 0.65% -
HSV(B) 60º 0.48% 0.85% -
XYZ 55.86 64.9 25.21 -
YUV 204.26 76.5 136.38 -
System Red Green Blue C M Y K H S L
Decimal 216 216 113 0 0 0.48 0.15 60 0.57 0.65
Hex D8 D8 71 0 0 30 F 3C 39 41
Octal 330 330 161 0 0 60 17 74 71 101
Binary 11011000 11011000 1110001 0 0 110000 1111 111100 111001 1000001

Color Harmonies of #D8D871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D871

Black with #D8D871

Text Example


Text Example

White with #D8D871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D871; }

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

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

background-color css

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

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

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

border-color css

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

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

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