Html Css Color HEX #DAD84C Manz

📋 copy color: '#DAD84C'

red 218 ◦ green 216 ◦ blue 76

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

Shades of Manz #DAD84C

Tints of Manz #DAD84C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.9%

R = 42.75%
G = 42.35%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DAD84C (or 0xDAD84C) is known color: Manz. HEX triplet: DA, D8 and 4C. RGB value is (218,216,76). Sum of RGB (Red+Green+Blue) = 218+216+76=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 216 (84.77% from 255 or 42.35% from 510); Blue value is 76 (30.08% from 255 or 14.90% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD84C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD84C is #2527B3. Grayscale: #C9C9C9. Windows color (decimal): -2434996 or 5036250. OLE color: 5036250.

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

Color convert

RGB 218 216 76 -
CMYK 0 0.01 0.65 0.15
HSL 59.15º 0.66% 0.58% -
HSV(B) 59.15º 0.65% 0.85% -
XYZ 54.77 64.54 16.41 -
YUV 200.64 57.66 140.38 -
System Red Green Blue C M Y K H S L
Decimal 218 216 76 0 0.01 0.65 0.15 59.15 0.66 0.58
Hex DA D8 4C 0 1 41 F 3B 42 3A
Octal 332 330 114 0 1 101 17 73 102 72
Binary 11011010 11011000 1001100 0 1 1000001 1111 111011 1000010 111010

Color Harmonies of #DAD84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD84C

Black with #DAD84C

Text Example


Text Example

White with #DAD84C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD84C; }

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

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

background-color css

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

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

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

border-color css

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

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

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