#DAD95B

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

Shades of Manz #DAD95B

Tints of Manz #DAD95B

Color information

#DAD95B (or 0xDAD95B) is unknown color: approx Manz. HEX triplet: DA, D9 and 5B. RGB value is (218,217,91). Sum of RGB (Red+Green+Blue) = 218+217+91=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 91 (35.94% from 255 or 17.30% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD95B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD95B is #2526A4. Grayscale: #CBCBCB. Windows color (decimal): -2434725 or 6019546. OLE color: 6019546.

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

Color convert

RGB21821791-
CMYK00.000.580.15
HSL59.53º63.18%60.59%-
HSV(B)59.53º58.26%85.49%-
XYZ55.6165.2919.57-
YUV202.9364.83138.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.44%
GREEN value IS 217 (85.16% from 255) = 41.25%
BLUE value IS 91 (35.94% from 255) = 17.30%
R=41.44%
G=41.25%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182179100.000.580.1559.5363.1860.59
HexDAD95B003AF3c3f3d
Octal332331133007217747775
Binary11011010110110011011011001110101111111100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD95B; }

 p { color: rgb(218,217,91); }

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

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

 a { background-color: rgb(218,217,91); }

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

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

 span { border-color: rgb(218,217,91); }

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