Html Css Color HEX #DACE60 Manz

📋 copy color: '#DACE60'

red 218 ◦ green 206 ◦ blue 96

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

Shades of Manz #DACE60

Tints of Manz #DACE60

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.62%

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

R = 41.92%
G = 39.62%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DACE60 (or 0xDACE60) is known color: Manz. HEX triplet: DA, CE and 60. RGB value is (218,206,96). Sum of RGB (Red+Green+Blue) = 218+206+96=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACE60 is #25319F. Grayscale: #C5C5C5. Windows color (decimal): -2437536 or 6344410. OLE color: 6344410.

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

Color convert

RGB 218 206 96 -
CMYK 0 0.06 0.56 0.15
HSL 54.1º 0.62% 0.62% -
HSV(B) 54.1º 0.56% 0.85% -
XYZ 53.1 59.89 19.83 -
YUV 197.05 70.98 142.94 -
System Red Green Blue C M Y K H S L
Decimal 218 206 96 0 0.06 0.56 0.15 54.1 0.62 0.62
Hex DA CE 60 0 6 38 F 36 3E 3E
Octal 332 316 140 0 6 70 17 66 76 76
Binary 11011010 11001110 1100000 0 110 111000 1111 110110 111110 111110

Color Harmonies of #DACE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACE60

Black with #DACE60

Text Example


Text Example

White with #DACE60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACE60; }

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

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

background-color css

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

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

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

border-color css

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

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

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