#D6D172

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

Shades of Goldenrod #D6D172

Tints of Goldenrod #D6D172

Color information

#D6D172 (or 0xD6D172) is unknown color: approx Goldenrod. HEX triplet: D6, D1 and 72. RGB value is (214,209,114). Sum of RGB (Red+Green+Blue) = 214+209+114=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 209 (82.03% from 255 or 38.92% from 537); Blue value is 114 (44.92% from 255 or 21.23% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D172 is #292E8D. Grayscale: #C8C8C8. Windows color (decimal): -2698894 or 7524822. OLE color: 7524822.

HSL color Cylindrical-coordinate representation of color #D6D172: hue angle of 57º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6D172 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB214209114-
CMYK00.020.470.16
HSL57º54.95%64.31%-
HSV(B)57º46.73%83.92%-
XYZ53.5761.1124.89-
YUV199.6679.66138.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.85%
GREEN value IS 209 (82.03% from 255) = 38.92%
BLUE value IS 114 (44.92% from 255) = 21.23%
R=39.85%
G=38.92%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420911400.020.470.165754.9564.31
HexD6D172022F10393740
Octal3263211620257207167100
Binary11010110110100011110010010101111100001110011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D172; }

 p { color: rgb(214,209,114); }

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

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

 a { background-color: rgb(214,209,114); }

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

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

 span { border-color: rgb(214,209,114); }

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