#DAD253

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

Shades of Manz #DAD253

Tints of Manz #DAD253

Color information

#DAD253 (or 0xDAD253) is unknown color: approx Manz. HEX triplet: DA, D2 and 53. RGB value is (218,210,83). Sum of RGB (Red+Green+Blue) = 218+210+83=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 83 (32.81% from 255 or 16.24% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD253 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD253 is #252DAC. Grayscale: #C6C6C6. Windows color (decimal): -2436525 or 5493466. OLE color: 5493466.

HSL color Cylindrical-coordinate representation of color #DAD253: hue angle of 56.44º 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 #DAD253 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB21821083-
CMYK00.040.620.15
HSL56.44º64.59%59.02%-
HSV(B)56.44º61.93%85.49%-
XYZ53.5261.6217.26-
YUV197.9163.15142.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.66%
GREEN value IS 210 (82.42% from 255) = 41.10%
BLUE value IS 83 (32.81% from 255) = 16.24%
R=42.66%
G=41.10%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182108300.040.620.1556.4464.5959.02
HexDAD253043EF38413b
Octal3323221230476177010173
Binary11011010110100101010011010011111011111110001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD253; }

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

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

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

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

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

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

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

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