#DAD54F

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

Shades of Manz #DAD54F

Tints of Manz #DAD54F

Color information

#DAD54F (or 0xDAD54F) is unknown color: approx Manz. HEX triplet: DA, D5 and 4F. RGB value is (218,213,79). Sum of RGB (Red+Green+Blue) = 218+213+79=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 79 (31.25% from 255 or 15.49% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD54F is #252AB0. Grayscale: #C7C7C7. Windows color (decimal): -2435761 or 5232090. OLE color: 5232090.

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

Color convert

RGB21821379-
CMYK00.020.640.15
HSL57.84º65.26%58.24%-
HSV(B)57.84º63.76%85.49%-
XYZ54.1263.0616.72-
YUV199.2260.16141.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.75%
GREEN value IS 213 (83.59% from 255) = 41.76%
BLUE value IS 79 (31.25% from 255) = 15.49%
R=42.75%
G=41.76%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182137900.020.640.1557.8465.2658.24
HexDAD54F0240F3a413a
Octal33232511702100177210172
Binary11011010110101011001111010100000011111110101000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD54F; }

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

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

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

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

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

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

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

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