#D2D475

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

Shades of Goldenrod #D2D475

Tints of Goldenrod #D2D475

Color information

#D2D475 (or 0xD2D475) is unknown color: approx Goldenrod. HEX triplet: D2, D4 and 75. RGB value is (210,212,117). Sum of RGB (Red+Green+Blue) = 210+212+117=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 117 (46.09% from 255 or 21.71% from 539); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D475 is #2D2B8A. Grayscale: #C8C8C8. Windows color (decimal): -2960267 or 7722194. OLE color: 7722194.

HSL color Cylindrical-coordinate representation of color #D2D475: hue angle of 61.26º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2D475 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB210212117-
CMYK0.0100.450.17
HSL61.26º52.49%64.51%-
HSV(B)61.26º44.81%83.14%-
XYZ53.3362.0726-
YUV200.5780.84134.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.96%
GREEN value IS 212 (83.20% from 255) = 39.33%
BLUE value IS 117 (46.09% from 255) = 21.71%
R=38.96%
G=39.33%
B=21.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2102121170.0100.450.1761.2652.4964.51
HexD2D475102D113d3441
Octal3223241651055217564101
Binary1101001011010100111010110101101100011111011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D475; }

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

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

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

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

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

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

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

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