#DAD55F

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

Shades of Manz #DAD55F

Tints of Manz #DAD55F

Color information

#DAD55F (or 0xDAD55F) is unknown color: approx Manz. HEX triplet: DA, D5 and 5F. RGB value is (218,213,95). Sum of RGB (Red+Green+Blue) = 218+213+95=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 95 (37.5% from 255 or 18.06% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD55F is #252AA0. Grayscale: #C9C9C9. Windows color (decimal): -2435745 or 6280666. OLE color: 6280666.

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

Color convert

RGB21821395-
CMYK00.020.560.15
HSL57.56º62.44%61.37%-
HSV(B)57.56º56.42%85.49%-
XYZ54.7763.3220.16-
YUV201.0468.16140.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.44%
GREEN value IS 213 (83.59% from 255) = 40.49%
BLUE value IS 95 (37.5% from 255) = 18.06%
R=41.44%
G=40.49%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182139500.020.560.1557.5662.4461.37
HexDAD55F0238F3a3e3d
Octal332325137027017727675
Binary110110101101010110111110101110001111111010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD55F; }

 p { color: rgb(218,213,95); }

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

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

 a { background-color: rgb(218,213,95); }

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

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

 span { border-color: rgb(218,213,95); }

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