#D3D578

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

Shades of Goldenrod #D3D578

Tints of Goldenrod #D3D578

Color information

#D3D578 (or 0xD3D578) is unknown color: approx Goldenrod. HEX triplet: D3, D5 and 78. RGB value is (211,213,120). Sum of RGB (Red+Green+Blue) = 211+213+120=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 120 (47.27% from 255 or 22.06% from 544); Max value from RGB is 213 - color contains mainly: green. Hex color #D3D578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D578 is #2C2A87. Grayscale: #CACACA. Windows color (decimal): -2894472 or 7919059. OLE color: 7919059.

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

Color convert

RGB211213120-
CMYK0.0100.440.16
HSL61.29º52.54%65.29%-
HSV(B)61.29º43.66%83.53%-
XYZ54.0562.7927.04-
YUV201.881.84134.56-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.79%
GREEN value IS 213 (83.59% from 255) = 39.15%
BLUE value IS 120 (47.27% from 255) = 22.06%
R=38.79%
G=39.15%
B=22.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2112131200.0100.440.1661.2952.5465.29
HexD3D578102C103d3541
Octal3233251701054207565101
Binary1101001111010101111100010101100100001111011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D578; }

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

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

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

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

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

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

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

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