Html Css Color HEX #DACE58 Manz

📋 copy color: '#DACE58'

red 218 ◦ green 206 ◦ blue 88

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

Shades of Manz #DACE58

Tints of Manz #DACE58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.19%

R = 42.58%
G = 40.23%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DACE58 (or 0xDACE58) is known color: Manz. HEX triplet: DA, CE and 58. RGB value is (218,206,88). Sum of RGB (Red+Green+Blue) = 218+206+88=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 88 (34.77% from 255 or 17.19% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACE58 is #2531A7. Grayscale: #C4C4C4. Windows color (decimal): -2437544 or 5820122. OLE color: 5820122.

HSL color Cylindrical-coordinate representation of color #DACE58: hue angle of 54.46º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DACE58 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 206 88 -
CMYK 0 0.06 0.60 0.15
HSL 54.46º 0.64% 0.6% -
HSV(B) 54.46º 0.6% 0.85% -
XYZ 52.75 59.75 17.99 -
YUV 196.14 66.98 143.59 -
System Red Green Blue C M Y K H S L
Decimal 218 206 88 0 0.06 0.60 0.15 54.46 0.64 0.6
Hex DA CE 58 0 6 3C F 36 40 3C
Octal 332 316 130 0 6 74 17 66 100 74
Binary 11011010 11001110 1011000 0 110 111100 1111 110110 1000000 111100

Color Harmonies of #DACE58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACE58

Black with #DACE58

Text Example


Text Example

White with #DACE58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACE58; }

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

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

background-color css

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

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

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

border-color css

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

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

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