#DAD855

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

Shades of Manz #DAD855

Tints of Manz #DAD855

Color information

#DAD855 (or 0xDAD855) is unknown color: approx Manz. HEX triplet: DA, D8 and 55. RGB value is (218,216,85). Sum of RGB (Red+Green+Blue) = 218+216+85=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 85 (33.59% from 255 or 16.38% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD855 is #2527AA. Grayscale: #CACACA. Windows color (decimal): -2434987 or 5626074. OLE color: 5626074.

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

Color convert

RGB21821685-
CMYK00.010.610.15
HSL59.1º64.25%59.41%-
HSV(B)59.1º61.01%85.49%-
XYZ55.1164.6718.17-
YUV201.6662.16139.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.00%
GREEN value IS 216 (84.77% from 255) = 41.62%
BLUE value IS 85 (33.59% from 255) = 16.38%
R=42.00%
G=41.62%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182168500.010.610.1559.164.2559.41
HexDAD855013DF3b403b
Octal3323301250175177310073
Binary110110101101100010101010111110111111110111000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD855; }

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

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

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

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

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

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

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

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