#DAD055

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

Shades of Manz #DAD055

Tints of Manz #DAD055

Color information

#DAD055 (or 0xDAD055) is unknown color: approx Manz. HEX triplet: DA, D0 and 55. RGB value is (218,208,85). Sum of RGB (Red+Green+Blue) = 218+208+85=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 85 (33.59% from 255 or 16.63% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD055 is #252FAA. Grayscale: #C5C5C5. Windows color (decimal): -2437035 or 5624026. OLE color: 5624026.

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

Color convert

RGB21820885-
CMYK00.050.610.15
HSL55.49º64.25%59.41%-
HSV(B)55.49º61.01%85.49%-
XYZ53.1160.6717.51-
YUV196.9764.81143-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.66%
GREEN value IS 208 (81.64% from 255) = 40.70%
BLUE value IS 85 (33.59% from 255) = 16.63%
R=42.66%
G=40.70%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182088500.050.610.1555.4964.2559.41
HexDAD055053DF37403b
Octal3323201250575176710073
Binary11011010110100001010101010111110111111101111000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD055; }

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

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

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

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

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

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

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

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