Html Css Color HEX #DADC5B Manz

📋 copy color: '#DADC5B'

red 218 ◦ green 220 ◦ blue 91

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

Shades of Manz #DADC5B

Tints of Manz #DADC5B

RGB

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

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

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

R = 41.21%
G = 41.59%
B = 17.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DADC5B (or 0xDADC5B) is known color: Manz. HEX triplet: DA, DC and 5B. RGB value is (218,220,91). Sum of RGB (Red+Green+Blue) = 218+220+91=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 91 (35.94% from 255 or 17.20% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADC5B is #2523A4. Grayscale: #CDCDCD. Windows color (decimal): -2433957 or 6020314. OLE color: 6020314.

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

Color convert

RGB 218 220 91 -
CMYK 0.01 0 0.59 0.14
HSL 60.93º 0.65% 0.61% -
HSV(B) 60.93º 0.59% 0.86% -
XYZ 56.39 66.85 19.83 -
YUV 204.7 63.84 137.49 -
System Red Green Blue C M Y K H S L
Decimal 218 220 91 0.01 0 0.59 0.14 60.93 0.65 0.61
Hex DA DC 5B 1 0 3B E 3D 41 3D
Octal 332 334 133 1 0 73 16 75 101 75
Binary 11011010 11011100 1011011 1 0 111011 1110 111101 1000001 111101

Color Harmonies of #DADC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC5B

Black with #DADC5B

Text Example


Text Example

White with #DADC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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