Html Css Color HEX #DACE5B Manz

📋 copy color: '#DACE5B'

red 218 ◦ green 206 ◦ blue 91

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

Shades of Manz #DACE5B

Tints of Manz #DACE5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.67%

R = 42.33%
G = 40%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DACE5B (or 0xDACE5B) is known color: Manz. HEX triplet: DA, CE and 5B. RGB value is (218,206,91). Sum of RGB (Red+Green+Blue) = 218+206+91=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 91 (35.94% from 255 or 17.67% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACE5B is #2531A4. Grayscale: #C4C4C4. Windows color (decimal): -2437541 or 6016730. OLE color: 6016730.

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

Color convert

RGB 218 206 91 -
CMYK 0 0.06 0.58 0.15
HSL 54.33º 0.63% 0.61% -
HSV(B) 54.33º 0.58% 0.85% -
XYZ 52.87 59.8 18.65 -
YUV 196.48 68.48 143.35 -
System Red Green Blue C M Y K H S L
Decimal 218 206 91 0 0.06 0.58 0.15 54.33 0.63 0.61
Hex DA CE 5B 0 6 3A F 36 3F 3D
Octal 332 316 133 0 6 72 17 66 77 75
Binary 11011010 11001110 1011011 0 110 111010 1111 110110 111111 111101

Color Harmonies of #DACE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACE5B

Black with #DACE5B

Text Example


Text Example

White with #DACE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACE5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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