Html Css Color HEX #DADC5F Manz

📋 copy color: '#DADC5F'

red 218 ◦ green 220 ◦ blue 95

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

Shades of Manz #DADC5F

Tints of Manz #DADC5F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.28%

 BLUE value IS 95 (37.5% from 255) = 17.82%

R = 40.9%
G = 41.28%
B = 17.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DADC5F (or 0xDADC5F) is known color: Manz. HEX triplet: DA, DC and 5F. RGB value is (218,220,95). Sum of RGB (Red+Green+Blue) = 218+220+95=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 95 (37.5% from 255 or 17.82% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADC5F is #2523A0. Grayscale: #CDCDCD. Windows color (decimal): -2433953 or 6282458. OLE color: 6282458.

HSL color Cylindrical-coordinate representation of color #DADC5F: hue angle of 60.96º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DADC5F is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 220 95 -
CMYK 0.01 0 0.57 0.14
HSL 60.96º 0.64% 0.62% -
HSV(B) 60.96º 0.57% 0.86% -
XYZ 56.57 66.92 20.76 -
YUV 205.15 65.84 137.16 -
System Red Green Blue C M Y K H S L
Decimal 218 220 95 0.01 0 0.57 0.14 60.96 0.64 0.62
Hex DA DC 5F 1 0 39 E 3D 40 3E
Octal 332 334 137 1 0 71 16 75 100 76
Binary 11011010 11011100 1011111 1 0 111001 1110 111101 1000000 111110

Color Harmonies of #DADC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC5F

Black with #DADC5F

Text Example


Text Example

White with #DADC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC5F; }

 p { color: rgb(218,220,95); }

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

background-color css

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

 a { background-color: rgb(218,220,95); }

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

border-color css

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

 span { border-color: rgb(218,220,95); }

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