#DAD350

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

Shades of Manz #DAD350

Tints of Manz #DAD350

Color information

#DAD350 (or 0xDAD350) is unknown color: approx Manz. HEX triplet: DA, D3 and 50. RGB value is (218,211,80). Sum of RGB (Red+Green+Blue) = 218+211+80=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 211 (82.81% from 255 or 41.45% from 509); Blue value is 80 (31.64% from 255 or 15.72% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD350 is #252CAF. Grayscale: #C6C6C6. Windows color (decimal): -2436272 or 5297114. OLE color: 5297114.

HSL color Cylindrical-coordinate representation of color #DAD350: hue angle of 56.96º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DAD350 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB21821180-
CMYK00.030.630.15
HSL56.96º65.09%58.43%-
HSV(B)56.96º63.3%85.49%-
XYZ53.6662.0716.74-
YUV198.1661.32142.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.83%
GREEN value IS 211 (82.81% from 255) = 41.45%
BLUE value IS 80 (31.64% from 255) = 15.72%
R=42.83%
G=41.45%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182118000.030.630.1556.9665.0958.43
HexDAD350033FF39413a
Octal3323231200377177110172
Binary1101101011010011101000001111111111111110011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD350; }

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

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

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

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

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

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

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

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