#DADB59

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

Shades of Manz #DADB59

Tints of Manz #DADB59

Color information

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

HSL color Cylindrical-coordinate representation of color #DADB59: hue angle of 60.46º 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 #DADB59 is Cyan = 0.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB21821989-
CMYK0.0000.590.14
HSL60.46º64.36%60.39%-
HSV(B)60.46º59.36%85.88%-
XYZ56.0566.2919.29-
YUV203.8863.17138.07-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal218219890.0000.590.1460.4664.3660.39
HexDADB59003BE3c403c
Octal3323331310073167410074
Binary110110101101101110110010011101111101111001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADB59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADB59; }

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

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

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

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

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

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

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

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