Html Css Color HEX #DACE61 Manz

📋 copy color: '#DACE61'

red 218 ◦ green 206 ◦ blue 97

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

Shades of Manz #DACE61

Tints of Manz #DACE61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.62%

R = 41.84%
G = 39.54%
B = 18.62%

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

#DACE61 (or 0xDACE61) is known color: Manz. HEX triplet: DA, CE and 61. RGB value is (218,206,97). Sum of RGB (Red+Green+Blue) = 218+206+97=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 97 (38.28% from 255 or 18.62% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACE61 is #25319E. Grayscale: #C5C5C5. Windows color (decimal): -2437535 or 6409946. OLE color: 6409946.

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

Color convert

RGB 218 206 97 -
CMYK 0 0.06 0.56 0.15
HSL 54.05º 0.62% 0.62% -
HSV(B) 54.05º 0.56% 0.85% -
XYZ 53.14 59.91 20.07 -
YUV 197.16 71.48 142.86 -
System Red Green Blue C M Y K H S L
Decimal 218 206 97 0 0.06 0.56 0.15 54.05 0.62 0.62
Hex DA CE 61 0 6 38 F 36 3E 3E
Octal 332 316 141 0 6 70 17 66 76 76
Binary 11011010 11001110 1100001 0 110 111000 1111 110110 111110 111110

Color Harmonies of #DACE61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACE61

Black with #DACE61

Text Example


Text Example

White with #DACE61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACE61; }

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

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

background-color css

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

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

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

border-color css

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

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

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