Html Css Color HEX #DAD94C Manz

📋 copy color: '#DAD94C'

red 218 ◦ green 217 ◦ blue 76

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

Shades of Manz #DAD94C

Tints of Manz #DAD94C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.47%

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

R = 42.66%
G = 42.47%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DAD94C (or 0xDAD94C) is known color: Manz. HEX triplet: DA, D9 and 4C. RGB value is (218,217,76). Sum of RGB (Red+Green+Blue) = 218+217+76=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 76 (30.08% from 255 or 14.87% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD94C is #2526B3. Grayscale: #C9C9C9. Windows color (decimal): -2434740 or 5036506. OLE color: 5036506.

HSL color Cylindrical-coordinate representation of color #DAD94C: hue angle of 59.58º 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 #DAD94C is Cyan = 0, Magento = 0.00, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 217 76 -
CMYK 0 0.00 0.65 0.15
HSL 59.58º 0.66% 0.58% -
HSV(B) 59.58º 0.65% 0.85% -
XYZ 55.03 65.05 16.49 -
YUV 201.23 57.33 139.96 -
System Red Green Blue C M Y K H S L
Decimal 218 217 76 0 0.00 0.65 0.15 59.58 0.66 0.58
Hex DA D9 4C 0 0 41 F 3C 42 3A
Octal 332 331 114 0 0 101 17 74 102 72
Binary 11011010 11011001 1001100 0 0 1000001 1111 111100 1000010 111010

Color Harmonies of #DAD94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD94C

Black with #DAD94C

Text Example


Text Example

White with #DAD94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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