Html Css Color HEX #D8D770 Goldenrod

📋 copy color: '#D8D770'

red 216 ◦ green 215 ◦ blue 112

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

Shades of Goldenrod #D8D770

Tints of Goldenrod #D8D770

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.59%

 BLUE value IS 112 (44.14% from 255) = 20.63%

R = 39.78%
G = 39.59%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D8D770 (or 0xD8D770) is known color: Goldenrod. HEX triplet: D8, D7 and 70. RGB value is (216,215,112). Sum of RGB (Red+Green+Blue) = 216+215+112=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 112 (44.14% from 255 or 20.63% from 543); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D770 is #27288F. Grayscale: #CBCBCB. Windows color (decimal): -2566288 or 7395288. OLE color: 7395288.

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

Color convert

RGB 216 215 112 -
CMYK 0 0.00 0.48 0.15
HSL 59.42º 0.57% 0.64% -
HSV(B) 59.42º 0.48% 0.85% -
XYZ 55.54 64.37 24.83 -
YUV 203.56 76.33 136.88 -
System Red Green Blue C M Y K H S L
Decimal 216 215 112 0 0.00 0.48 0.15 59.42 0.57 0.64
Hex D8 D7 70 0 0 30 F 3B 39 40
Octal 330 327 160 0 0 60 17 73 71 100
Binary 11011000 11010111 1110000 0 0 110000 1111 111011 111001 1000000

Color Harmonies of #D8D770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D770

Black with #D8D770

Text Example


Text Example

White with #D8D770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D770; }

 p { color: rgb(216,215,112); }

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

background-color css

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

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

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

border-color css

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

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

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