Html Css Color HEX #D8D578 Goldenrod

📋 copy color: '#D8D578'

red 216 ◦ green 213 ◦ blue 120

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

Shades of Goldenrod #D8D578

Tints of Goldenrod #D8D578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.86%

R = 39.34%
G = 38.8%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D8D578 (or 0xD8D578) is known color: Goldenrod. HEX triplet: D8, D5 and 78. RGB value is (216,213,120). Sum of RGB (Red+Green+Blue) = 216+213+120=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 213 (83.59% from 255 or 38.80% from 549); Blue value is 120 (47.27% from 255 or 21.86% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D578 is #272A87. Grayscale: #CBCBCB. Windows color (decimal): -2566792 or 7919064. OLE color: 7919064.

HSL color Cylindrical-coordinate representation of color #D8D578: hue angle of 58.12º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D8D578 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 213 120 -
CMYK 0 0.01 0.44 0.15
HSL 58.13º 0.55% 0.66% -
HSV(B) 58.13º 0.44% 0.85% -
XYZ 55.5 63.54 27.11 -
YUV 203.3 80.99 137.06 -
System Red Green Blue C M Y K H S L
Decimal 216 213 120 0 0.01 0.44 0.15 58.13 0.55 0.66
Hex D8 D5 78 0 1 2C F 3A 37 42
Octal 330 325 170 0 1 54 17 72 67 102
Binary 11011000 11010101 1111000 0 1 101100 1111 111010 110111 1000010

Color Harmonies of #D8D578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D578

Black with #D8D578

Text Example


Text Example

White with #D8D578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D578; }

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

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

background-color css

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

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

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

border-color css

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

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

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