#D2D859

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

Shades of Manz #D2D859

Tints of Manz #D2D859

Color information

#D2D859 (or 0xD2D859) is unknown color: approx Manz. HEX triplet: D2, D8 and 59. RGB value is (210,216,89). Sum of RGB (Red+Green+Blue) = 210+216+89=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 89 (35.16% from 255 or 17.28% from 515); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D859 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D859 is #2D27A6. Grayscale: #C8C8C8. Windows color (decimal): -2959271 or 5888210. OLE color: 5888210.

HSL color Cylindrical-coordinate representation of color #D2D859: hue angle of 62.83º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D2D859 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB21021689-
CMYK0.0300.590.15
HSL62.83º61.95%59.8%-
HSV(B)62.83º58.8%84.71%-
XYZ52.9463.5318.92-
YUV199.7365.51135.33-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.78%
GREEN value IS 216 (84.77% from 255) = 41.94%
BLUE value IS 89 (35.16% from 255) = 17.28%
R=40.78%
G=41.94%
B=17.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal210216890.0300.590.1562.8361.9559.8
HexD2D859303BF3f3e3c
Octal322330131307317777674
Binary110100101101100010110011101110111111111111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D859; }

 p { color: rgb(210,216,89); }

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

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

 a { background-color: rgb(210,216,89); }

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

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

 span { border-color: rgb(210,216,89); }

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