#DACF60

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

Shades of Manz #DACF60

Tints of Manz #DACF60

Color information

#DACF60 (or 0xDACF60) is unknown color: approx Manz. HEX triplet: DA, CF and 60. RGB value is (218,207,96). Sum of RGB (Red+Green+Blue) = 218+207+96=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACF60 is #25309F. Grayscale: #C6C6C6. Windows color (decimal): -2437280 or 6344666. OLE color: 6344666.

HSL color Cylindrical-coordinate representation of color #DACF60: hue angle of 54.59º 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 #DACF60 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21820796-
CMYK00.050.560.15
HSL54.59º62.24%61.57%-
HSV(B)54.59º55.96%85.49%-
XYZ53.3460.3819.91-
YUV197.6370.64142.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.84%
GREEN value IS 207 (81.25% from 255) = 39.73%
BLUE value IS 96 (37.89% from 255) = 18.43%
R=41.84%
G=39.73%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182079600.050.560.1554.5962.2461.57
HexDACF600538F373e3e
Octal332317140057017677676
Binary1101101011001111110000001011110001111110111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACF60; }

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

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

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

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

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

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

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

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