#D6DB53

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

Shades of Manz #D6DB53

Tints of Manz #D6DB53

Color information

#D6DB53 (or 0xD6DB53) is unknown color: approx Manz. HEX triplet: D6, DB and 53. RGB value is (214,219,83). Sum of RGB (Red+Green+Blue) = 214+219+83=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 83 (32.81% from 255 or 16.09% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DB53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DB53 is #2924AC. Grayscale: #CACACA. Windows color (decimal): -2696365 or 5495766. OLE color: 5495766.

HSL color Cylindrical-coordinate representation of color #D6DB53: hue angle of 62.21º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D6DB53 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB21421983-
CMYK0.0200.620.14
HSL62.21º65.38%59.22%-
HSV(B)62.21º62.1%85.88%-
XYZ54.6265.5817.96-
YUV20260.84136.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.47%
GREEN value IS 219 (85.94% from 255) = 42.44%
BLUE value IS 83 (32.81% from 255) = 16.09%
R=41.47%
G=42.44%
B=16.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal214219830.0200.620.1462.2165.3859.22
HexD6DB53203EE3e413b
Octal3263331232076167610173
Binary1101011011011011101001110011111011101111101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DB53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DB53; }

 p { color: rgb(214,219,83); }

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

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

 a { background-color: rgb(214,219,83); }

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

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

 span { border-color: rgb(214,219,83); }

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