#DACF61

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

Shades of Manz #DACF61

Tints of Manz #DACF61

Color information

#DACF61 (or 0xDACF61) is unknown color: approx Manz. HEX triplet: DA, CF and 61. RGB value is (218,207,97). Sum of RGB (Red+Green+Blue) = 218+207+97=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 97 (38.28% from 255 or 18.58% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACF61 is #25309E. Grayscale: #C6C6C6. Windows color (decimal): -2437279 or 6410202. OLE color: 6410202.

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

Color convert

RGB21820797-
CMYK00.050.560.15
HSL54.55º62.05%61.76%-
HSV(B)54.55º55.5%85.49%-
XYZ53.3860.3920.15-
YUV197.7571.14142.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.76%
GREEN value IS 207 (81.25% from 255) = 39.66%
BLUE value IS 97 (38.28% from 255) = 18.58%
R=41.76%
G=39.66%
B=18.58%

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
Decimal2182079700.050.560.1554.5562.0561.76
HexDACF610538F373e3e
Octal332317141057017677676
Binary1101101011001111110000101011110001111110111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACF61; }

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

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

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

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

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

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

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

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