#DBDA59

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

Shades of Manz #DBDA59

Tints of Manz #DBDA59

Color information

#DBDA59 (or 0xDBDA59) is unknown color: approx Manz. HEX triplet: DB, DA and 59. RGB value is (219,218,89). Sum of RGB (Red+Green+Blue) = 219+218+89=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 89 (35.16% from 255 or 16.92% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDA59 is #2425A6. Grayscale: #CCCCCC. Windows color (decimal): -2368935 or 5888731. OLE color: 5888731.

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

Color convert

RGB21921889-
CMYK00.000.590.14
HSL59.54º64.36%60.39%-
HSV(B)59.54º59.36%85.88%-
XYZ56.0965.9219.22-
YUV203.5963.33138.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.63%
GREEN value IS 218 (85.55% from 255) = 41.44%
BLUE value IS 89 (35.16% from 255) = 16.92%
R=41.63%
G=41.44%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192188900.000.590.1459.5464.3660.39
HexDBDA59003BE3c403c
Octal3333321310073167410074
Binary110110111101101010110010011101111101111001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDA59; }

 p { color: rgb(219,218,89); }

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

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

 a { background-color: rgb(219,218,89); }

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

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

 span { border-color: rgb(219,218,89); }

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