Html Css Color HEX #D8D570 Goldenrod

📋 copy color: '#D8D570'

red 216 ◦ green 213 ◦ blue 112

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

Shades of Goldenrod #D8D570

Tints of Goldenrod #D8D570

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.37%

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

R = 39.93%
G = 39.37%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D8D570 (or 0xD8D570) is known color: Goldenrod. HEX triplet: D8, D5 and 70. RGB value is (216,213,112). Sum of RGB (Red+Green+Blue) = 216+213+112=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D570 is #272A8F. Grayscale: #CACACA. Windows color (decimal): -2566800 or 7394776. OLE color: 7394776.

HSL color Cylindrical-coordinate representation of color #D8D570: hue angle of 58.27º 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 #D8D570 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 213 112 -
CMYK 0 0.01 0.48 0.15
HSL 58.27º 0.57% 0.64% -
HSV(B) 58.27º 0.48% 0.85% -
XYZ 55.04 63.36 24.66 -
YUV 202.38 76.99 137.71 -
System Red Green Blue C M Y K H S L
Decimal 216 213 112 0 0.01 0.48 0.15 58.27 0.57 0.64
Hex D8 D5 70 0 1 30 F 3A 39 40
Octal 330 325 160 0 1 60 17 72 71 100
Binary 11011000 11010101 1110000 0 1 110000 1111 111010 111001 1000000

Color Harmonies of #D8D570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D570

Black with #D8D570

Text Example


Text Example

White with #D8D570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D570; }

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

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

background-color css

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

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

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

border-color css

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

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

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