#D4D575

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

Shades of Goldenrod #D4D575

Tints of Goldenrod #D4D575

Color information

#D4D575 (or 0xD4D575) is unknown color: approx Goldenrod. HEX triplet: D4, D5 and 75. RGB value is (212,213,117). Sum of RGB (Red+Green+Blue) = 212+213+117=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 213 (83.59% from 255 or 39.30% from 542); Blue value is 117 (46.09% from 255 or 21.59% from 542); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D575 is #2B2A8A. Grayscale: #CACACA. Windows color (decimal): -2828939 or 7722452. OLE color: 7722452.

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

Color convert

RGB212213117-
CMYK0.0000.450.16
HSL60.62º53.33%64.71%-
HSV(B)60.62º45.07%83.53%-
XYZ54.1662.8726.11-
YUV201.7680.17135.31-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.11%
GREEN value IS 213 (83.59% from 255) = 39.30%
BLUE value IS 117 (46.09% from 255) = 21.59%
R=39.11%
G=39.30%
B=21.59%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122131170.0000.450.1660.6253.3364.71
HexD4D575002D103d3541
Octal3243251650055207565101
Binary1101010011010101111010100101101100001111011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D575; }

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

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

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

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

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

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

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

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