#dad858

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

Shades of Manz #DAD858

Tints of Manz #DAD858

Color information

#DAD858 (or 0xDAD858) is unknown color: approx Manz. HEX triplet: DA, D8 and 58. RGB value is (218,216,88). Sum of RGB (Red+Green+Blue) = 218+216+88=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 88 (34.77% from 255 or 16.86% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD858 is #2527A7. Grayscale: #CACACA. Windows color (decimal): -2434984 or 5822682. OLE color: 5822682.

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

Color convert

RGB21821688-
CMYK00.010.600.15
HSL59.08º63.73%60%-
HSV(B)59.08º59.63%85.49%-
XYZ55.2364.7218.81-
YUV202.0163.66139.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.76%
GREEN value IS 216 (84.77% from 255) = 41.38%
BLUE value IS 88 (34.77% from 255) = 16.86%
R=41.76%
G=41.38%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182168800.010.600.1559.0863.7360
HexDAD858013CF3b403c
Octal3323301300174177310074
Binary110110101101100010110000111110011111110111000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dad858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dad858; }

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

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

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

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

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

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

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

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