#DACF5C

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

Shades of Manz #DACF5C

Tints of Manz #DACF5C

Color information

#DACF5C (or 0xDACF5C) is unknown color: approx Manz. HEX triplet: DA, CF and 5C. RGB value is (218,207,92). Sum of RGB (Red+Green+Blue) = 218+207+92=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 92 (36.33% from 255 or 17.79% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACF5C is #2530A3. Grayscale: #C5C5C5. Windows color (decimal): -2437284 or 6082522. OLE color: 6082522.

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

Color convert

RGB21820792-
CMYK00.050.580.15
HSL54.76º63%60.78%-
HSV(B)54.76º57.8%85.49%-
XYZ53.1660.318.96-
YUV197.1868.64142.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.17%
GREEN value IS 207 (81.25% from 255) = 40.04%
BLUE value IS 92 (36.33% from 255) = 17.79%
R=42.17%
G=40.04%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182079200.050.580.1554.766360.78
HexDACF5C053AF373f3d
Octal332317134057217677775
Binary1101101011001111101110001011110101111110111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACF5C; }

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

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

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

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

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

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

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

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