#D5D478

Color #D5D478 Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #D5D478

Tints of Goldenrod #D5D478

Color information

#D5D478 (or 0xD5D478) is unknown color: approx Goldenrod. HEX triplet: D5, D4 and 78. RGB value is (213,212,120). Sum of RGB (Red+Green+Blue) = 213+212+120=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 212 (83.20% from 255 or 38.90% from 545); Blue value is 120 (47.27% from 255 or 22.02% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D478 is #2A2B87. Grayscale: #CACACA. Windows color (decimal): -2763656 or 7918805. OLE color: 7918805.

HSL color Cylindrical-coordinate representation of color #D5D478: hue angle of 59.35º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D5D478 is Cyan = 0, Magento = 0.00, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB213212120-
CMYK00.000.440.16
HSL59.35º52.54%65.29%-
HSV(B)59.35º43.66%83.53%-
XYZ54.3762.5926.98-
YUV201.8181.83135.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.08%
GREEN value IS 212 (83.20% from 255) = 38.90%
BLUE value IS 120 (47.27% from 255) = 22.02%
R=39.08%
G=38.90%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321212000.000.440.1659.3552.5465.29
HexD5D478002C103b3541
Octal3253241700054207365101
Binary1101010111010100111100000101100100001110111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D478; }

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

 H1.HeaderClassName
 {
   color: #D5D478;
 }
 .AnyTagClassName
 {
   color: #D5D478;
 }
</style>
background-color css

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

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

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

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

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

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