#DAD753

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

Shades of Manz #DAD753

Tints of Manz #DAD753

Color information

#DAD753 (or 0xDAD753) is unknown color: approx Manz. HEX triplet: DA, D7 and 53. RGB value is (218,215,83). Sum of RGB (Red+Green+Blue) = 218+215+83=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 215 (84.38% from 255 or 41.67% from 516); Blue value is 83 (32.81% from 255 or 16.09% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD753 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD753 is #2528AC. Grayscale: #C9C9C9. Windows color (decimal): -2435245 or 5494746. OLE color: 5494746.

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

Color convert

RGB21821583-
CMYK00.010.620.15
HSL58.67º64.59%59.02%-
HSV(B)58.67º61.93%85.49%-
XYZ54.7864.1317.68-
YUV200.8561.49140.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.25%
GREEN value IS 215 (84.38% from 255) = 41.67%
BLUE value IS 83 (32.81% from 255) = 16.09%
R=42.25%
G=41.67%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182158300.010.620.1558.6764.5959.02
HexDAD753013EF3b413b
Octal3323271230176177310173
Binary110110101101011110100110111111011111110111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD753; }

 p { color: rgb(218,215,83); }

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

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

 a { background-color: rgb(218,215,83); }

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

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

 span { border-color: rgb(218,215,83); }

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