Html Css Color HEX #DADC5E Manz

📋 copy color: '#DADC5E'

red 218 ◦ green 220 ◦ blue 94

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

Shades of Manz #DADC5E

Tints of Manz #DADC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.67%

R = 40.98%
G = 41.35%
B = 17.67%

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

#DADC5E (or 0xDADC5E) is known color: Manz. HEX triplet: DA, DC and 5E. RGB value is (218,220,94). Sum of RGB (Red+Green+Blue) = 218+220+94=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 94 (37.11% from 255 or 17.67% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADC5E is #2523A1. Grayscale: #CDCDCD. Windows color (decimal): -2433954 or 6216922. OLE color: 6216922.

HSL color Cylindrical-coordinate representation of color #DADC5E: hue angle of 60.95º 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 #DADC5E is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 220 94 -
CMYK 0.01 0 0.57 0.14
HSL 60.95º 0.64% 0.62% -
HSV(B) 60.95º 0.57% 0.86% -
XYZ 56.53 66.9 20.52 -
YUV 205.04 65.34 137.25 -
System Red Green Blue C M Y K H S L
Decimal 218 220 94 0.01 0 0.57 0.14 60.95 0.64 0.62
Hex DA DC 5E 1 0 39 E 3D 40 3E
Octal 332 334 136 1 0 71 16 75 100 76
Binary 11011010 11011100 1011110 1 0 111001 1110 111101 1000000 111110

Color Harmonies of #DADC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC5E

Black with #DADC5E

Text Example


Text Example

White with #DADC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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