#DADB51

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

Shades of Manz #DADB51

Tints of Manz #DADB51

Color information

#DADB51 (or 0xDADB51) is unknown color: approx Manz. HEX triplet: DA, DB and 51. RGB value is (218,219,81). Sum of RGB (Red+Green+Blue) = 218+219+81=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 81 (32.03% from 255 or 15.64% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADB51 is #2524AE. Grayscale: #CBCBCB. Windows color (decimal): -2434223 or 5364698. OLE color: 5364698.

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

Color convert

RGB21821981-
CMYK0.0000.630.14
HSL60.43º65.71%58.82%-
HSV(B)60.43º63.01%85.88%-
XYZ55.7366.1617.62-
YUV202.9759.17138.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.08%
GREEN value IS 219 (85.94% from 255) = 42.28%
BLUE value IS 81 (32.03% from 255) = 15.64%
R=42.08%
G=42.28%
B=15.64%

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
Decimal218219810.0000.630.1460.4365.7158.82
HexDADB51003FE3c423b
Octal3323331210077167410273
Binary110110101101101110100010011111111101111001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADB51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADB51; }

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

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

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

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

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

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

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

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