#DAD05D

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

Shades of Manz #DAD05D

Tints of Manz #DAD05D

Color information

#DAD05D (or 0xDAD05D) is unknown color: approx Manz. HEX triplet: DA, D0 and 5D. RGB value is (218,208,93). Sum of RGB (Red+Green+Blue) = 218+208+93=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 93 (36.72% from 255 or 17.92% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD05D is #252FA2. Grayscale: #C6C6C6. Windows color (decimal): -2437027 or 6148314. OLE color: 6148314.

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

Color convert

RGB21820893-
CMYK00.050.570.15
HSL55.2º62.81%60.98%-
HSV(B)55.2º57.34%85.49%-
XYZ53.4560.8119.28-
YUV197.8868.81142.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.00%
GREEN value IS 208 (81.64% from 255) = 40.08%
BLUE value IS 93 (36.72% from 255) = 17.92%
R=42.00%
G=40.08%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182089300.050.570.1555.262.8160.98
HexDAD05D0539F373f3d
Octal332320135057117677775
Binary1101101011010000101110101011110011111110111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD05D; }

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

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

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

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

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

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

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

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