#DADB50

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

Shades of Manz #DADB50

Tints of Manz #DADB50

Color information

#DADB50 (or 0xDADB50) is unknown color: approx Manz. HEX triplet: DA, DB and 50. RGB value is (218,219,80). Sum of RGB (Red+Green+Blue) = 218+219+80=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 80 (31.64% from 255 or 15.47% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADB50 is #2524AF. Grayscale: #CBCBCB. Windows color (decimal): -2434224 or 5299162. OLE color: 5299162.

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

Color convert

RGB21821980-
CMYK0.0000.630.14
HSL60.43º65.88%58.63%-
HSV(B)60.43º63.47%85.88%-
XYZ55.6966.1517.42-
YUV202.8658.67138.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.17%
GREEN value IS 219 (85.94% from 255) = 42.36%
BLUE value IS 80 (31.64% from 255) = 15.47%
R=42.17%
G=42.36%
B=15.47%

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
Decimal218219800.0000.630.1460.4365.8858.63
HexDADB50003FE3c423b
Octal3323331200077167410273
Binary110110101101101110100000011111111101111001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADB50; }

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

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

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

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

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

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

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

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