Html Css Color HEX #DAD854 Manz

📋 copy color: '#DAD854'

red 218 ◦ green 216 ◦ blue 84

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

Shades of Manz #DAD854

Tints of Manz #DAD854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.22%

R = 42.08%
G = 41.7%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DAD854 (or 0xDAD854) is known color: Manz. HEX triplet: DA, D8 and 54. RGB value is (218,216,84). Sum of RGB (Red+Green+Blue) = 218+216+84=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 84 (33.20% from 255 or 16.22% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD854 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD854 is #2527AB. Grayscale: #CACACA. Windows color (decimal): -2434988 or 5560538. OLE color: 5560538.

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

Color convert

RGB 218 216 84 -
CMYK 0 0.01 0.61 0.15
HSL 59.1º 0.64% 0.59% -
HSV(B) 59.1º 0.61% 0.85% -
XYZ 55.07 64.66 17.97 -
YUV 201.55 61.66 139.73 -
System Red Green Blue C M Y K H S L
Decimal 218 216 84 0 0.01 0.61 0.15 59.1 0.64 0.59
Hex DA D8 54 0 1 3D F 3B 40 3B
Octal 332 330 124 0 1 75 17 73 100 73
Binary 11011010 11011000 1010100 0 1 111101 1111 111011 1000000 111011

Color Harmonies of #DAD854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD854

Black with #DAD854

Text Example


Text Example

White with #DAD854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD854; }

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

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

background-color css

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

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

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

border-color css

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

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

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