#DAD155

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

Shades of Manz #DAD155

Tints of Manz #DAD155

Color information

#DAD155 (or 0xDAD155) is unknown color: approx Manz. HEX triplet: DA, D1 and 55. RGB value is (218,209,85). Sum of RGB (Red+Green+Blue) = 218+209+85=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 85 (33.59% from 255 or 16.60% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD155 is #252EAA. Grayscale: #C6C6C6. Windows color (decimal): -2436779 or 5624282. OLE color: 5624282.

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

Color convert

RGB21820985-
CMYK00.040.610.15
HSL55.94º64.25%59.41%-
HSV(B)55.94º61.01%85.49%-
XYZ53.3561.1617.59-
YUV197.5664.48142.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.58%
GREEN value IS 209 (82.03% from 255) = 40.82%
BLUE value IS 85 (33.59% from 255) = 16.60%
R=42.58%
G=40.82%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182098500.040.610.1555.9464.2559.41
HexDAD155043DF38403b
Octal3323211250475177010073
Binary11011010110100011010101010011110111111110001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD155; }

 p { color: rgb(218,209,85); }

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

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

 a { background-color: rgb(218,209,85); }

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

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

 span { border-color: rgb(218,209,85); }

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