Html Css Color HEX #DACE5A Manz

📋 copy color: '#DACE5A'

red 218 ◦ green 206 ◦ blue 90

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

Shades of Manz #DACE5A

Tints of Manz #DACE5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.51%

R = 42.41%
G = 40.08%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DACE5A (or 0xDACE5A) is known color: Manz. HEX triplet: DA, CE and 5A. RGB value is (218,206,90). Sum of RGB (Red+Green+Blue) = 218+206+90=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 90 (35.55% from 255 or 17.51% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACE5A is #2531A5. Grayscale: #C4C4C4. Windows color (decimal): -2437542 or 5951194. OLE color: 5951194.

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

Color convert

RGB 218 206 90 -
CMYK 0 0.06 0.59 0.15
HSL 54.38º 0.63% 0.6% -
HSV(B) 54.38º 0.59% 0.85% -
XYZ 52.83 59.79 18.43 -
YUV 196.36 67.98 143.43 -
System Red Green Blue C M Y K H S L
Decimal 218 206 90 0 0.06 0.59 0.15 54.38 0.63 0.6
Hex DA CE 5A 0 6 3B F 36 3F 3C
Octal 332 316 132 0 6 73 17 66 77 74
Binary 11011010 11001110 1011010 0 110 111011 1111 110110 111111 111100

Color Harmonies of #DACE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACE5A

Black with #DACE5A

Text Example


Text Example

White with #DACE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACE5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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