#D2D759

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

Shades of Manz #D2D759

Tints of Manz #D2D759

Color information

#D2D759 (or 0xD2D759) is unknown color: approx Manz. HEX triplet: D2, D7 and 59. RGB value is (210,215,89). Sum of RGB (Red+Green+Blue) = 210+215+89=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 89 (35.16% from 255 or 17.32% from 514); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D759 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D759 is #2D28A6. Grayscale: #C7C7C7. Windows color (decimal): -2959527 or 5887954. OLE color: 5887954.

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

Color convert

RGB21021589-
CMYK0.0200.590.16
HSL62.38º61.17%59.61%-
HSV(B)62.38º58.6%84.31%-
XYZ52.6863.0218.84-
YUV199.1465.84135.75-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.86%
GREEN value IS 215 (84.38% from 255) = 41.83%
BLUE value IS 89 (35.16% from 255) = 17.32%
R=40.86%
G=41.83%
B=17.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal210215890.0200.590.1662.3861.1759.61
HexD2D759203B103e3d3c
Octal322327131207320767574
Binary1101001011010111101100110011101110000111110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D759; }

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

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

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

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

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

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

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

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