Html Css Color HEX #DAD850 Manz

📋 copy color: '#DAD850'

red 218 ◦ green 216 ◦ blue 80

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

Shades of Manz #DAD850

Tints of Manz #DAD850

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.02%

 BLUE value IS 80 (31.64% from 255) = 15.56%

R = 42.41%
G = 42.02%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DAD850 (or 0xDAD850) is known color: Manz. HEX triplet: DA, D8 and 50. RGB value is (218,216,80). Sum of RGB (Red+Green+Blue) = 218+216+80=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 80 (31.64% from 255 or 15.56% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD850 is #2527AF. Grayscale: #C9C9C9. Windows color (decimal): -2434992 or 5298394. OLE color: 5298394.

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

Color convert

RGB 218 216 80 -
CMYK 0 0.01 0.63 0.15
HSL 59.13º 0.65% 0.58% -
HSV(B) 59.13º 0.63% 0.85% -
XYZ 54.92 64.6 17.16 -
YUV 201.09 59.66 140.06 -
System Red Green Blue C M Y K H S L
Decimal 218 216 80 0 0.01 0.63 0.15 59.13 0.65 0.58
Hex DA D8 50 0 1 3F F 3B 41 3A
Octal 332 330 120 0 1 77 17 73 101 72
Binary 11011010 11011000 1010000 0 1 111111 1111 111011 1000001 111010

Color Harmonies of #DAD850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD850

Black with #DAD850

Text Example


Text Example

White with #DAD850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD850; }

 p { color: rgb(218,216,80); }

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

background-color css

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

 a { background-color: rgb(218,216,80); }

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

border-color css

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

 span { border-color: rgb(218,216,80); }

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