#D2D46F

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

Shades of Goldenrod #D2D46F

Tints of Goldenrod #D2D46F

Color information

#D2D46F (or 0xD2D46F) is unknown color: approx Goldenrod. HEX triplet: D2, D4 and 6F. RGB value is (210,212,111). Sum of RGB (Red+Green+Blue) = 210+212+111=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 111 (43.75% from 255 or 20.83% from 533); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D46F is #2D2B90. Grayscale: #C8C8C8. Windows color (decimal): -2960273 or 7328978. OLE color: 7328978.

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

Color convert

RGB210212111-
CMYK0.0100.480.17
HSL61.19º54.01%63.33%-
HSV(B)61.19º47.64%83.14%-
XYZ52.9961.9424.2-
YUV199.8977.84135.21-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.40%
GREEN value IS 212 (83.20% from 255) = 39.77%
BLUE value IS 111 (43.75% from 255) = 20.83%
R=39.40%
G=39.77%
B=20.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2102121110.0100.480.1761.1954.0163.33
HexD2D46F1030113d363f
Octal322324157106021756677
Binary110100101101010011011111011000010001111101110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D46F; }

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

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

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

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

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

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

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

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