Html Css Color HEX #DAD860 Manz

📋 copy color: '#DAD860'

red 218 ◦ green 216 ◦ blue 96

#DAD860
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manz #DAD860

Tints of Manz #DAD860

RGB

 RED value IS 218 (85.55% from 255) = 41.13%

 GREEN value IS 216 (84.77% from 255) = 40.75%

 BLUE value IS 96 (37.89% from 255) = 18.11%

R = 41.13%
G = 40.75%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DAD860 (or 0xDAD860) is known color: Manz. HEX triplet: DA, D8 and 60. RGB value is (218,216,96). Sum of RGB (Red+Green+Blue) = 218+216+96=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 96 (37.89% from 255 or 18.11% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD860 is #25279F. Grayscale: #CBCBCB. Windows color (decimal): -2434976 or 6346970. OLE color: 6346970.

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

Color convert

RGB 218 216 96 -
CMYK 0 0.01 0.56 0.15
HSL 59.02º 0.62% 0.62% -
HSV(B) 59.02º 0.56% 0.85% -
XYZ 55.58 64.86 20.66 -
YUV 202.92 67.66 138.76 -
System Red Green Blue C M Y K H S L
Decimal 218 216 96 0 0.01 0.56 0.15 59.02 0.62 0.62
Hex DA D8 60 0 1 38 F 3B 3E 3E
Octal 332 330 140 0 1 70 17 73 76 76
Binary 11011010 11011000 1100000 0 1 111000 1111 111011 111110 111110

Color Harmonies of #DAD860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD860

Black with #DAD860

Text Example


Text Example

White with #DAD860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD860; }

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

 H1.HeaderClassName
 {
   color: #DAD860;
 }
 .AnyTagClassName
 {
   color: #DAD860;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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