#DBDC51

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

Shades of Manz #DBDC51

Tints of Manz #DBDC51

Color information

#DBDC51 (or 0xDBDC51) is unknown color: approx Manz. HEX triplet: DB, DC and 51. RGB value is (219,220,81). Sum of RGB (Red+Green+Blue) = 219+220+81=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 81 (32.03% from 255 or 15.58% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDC51 is #2423AE. Grayscale: #CCCCCC. Windows color (decimal): -2368431 or 5364955. OLE color: 5364955.

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

Color convert

RGB21922081-
CMYK0.0000.630.14
HSL60.43º66.51%59.02%-
HSV(B)60.43º63.18%86.27%-
XYZ56.2966.8417.72-
YUV203.8658.67138.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.12%
GREEN value IS 220 (86.33% from 255) = 42.31%
BLUE value IS 81 (32.03% from 255) = 15.58%
R=42.12%
G=42.31%
B=15.58%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219220810.0000.630.1460.4366.5159.02
HexDBDC51003FE3c433b
Octal3333341210077167410373
Binary110110111101110010100010011111111101111001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDC51; }

 p { color: rgb(219,220,81); }

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

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

 a { background-color: rgb(219,220,81); }

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

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

 span { border-color: rgb(219,220,81); }

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