#D2DF53

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

Shades of Manz #D2DF53

Tints of Manz #D2DF53

Color information

#D2DF53 (or 0xD2DF53) is unknown color: approx Manz. HEX triplet: D2, DF and 53. RGB value is (210,223,83). Sum of RGB (Red+Green+Blue) = 210+223+83=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 83 (32.81% from 255 or 16.09% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DF53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DF53 is #2D20AC. Grayscale: #CBCBCB. Windows color (decimal): -2957485 or 5496786. OLE color: 5496786.

HSL color Cylindrical-coordinate representation of color #D2DF53: hue angle of 65.57º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D2DF53 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB21022383-
CMYK0.0600.630.13
HSL65.57º68.63%60%-
HSV(B)65.57º62.78%87.45%-
XYZ54.5367.118.26-
YUV203.1560.19132.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.70%
GREEN value IS 223 (87.5% from 255) = 43.22%
BLUE value IS 83 (32.81% from 255) = 16.09%
R=40.70%
G=43.22%
B=16.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal210223830.0600.630.1365.5768.6360
HexD2DF53603FD42453c
Octal32233712360771510210574
Binary110100101101111110100111100111111110110000101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DF53; }

 p { color: rgb(210,223,83); }

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

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

 a { background-color: rgb(210,223,83); }

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

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

 span { border-color: rgb(210,223,83); }

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