Html Css Color HEX #DAD85E Manz

📋 copy color: '#DAD85E'

red 218 ◦ green 216 ◦ blue 94

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

Shades of Manz #DAD85E

Tints of Manz #DAD85E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.8%

R = 41.29%
G = 40.91%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DAD85E (or 0xDAD85E) is known color: Manz. HEX triplet: DA, D8 and 5E. RGB value is (218,216,94). Sum of RGB (Red+Green+Blue) = 218+216+94=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 94 (37.11% from 255 or 17.80% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD85E is #2527A1. Grayscale: #CBCBCB. Windows color (decimal): -2434978 or 6215898. OLE color: 6215898.

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

Color convert

RGB 218 216 94 -
CMYK 0 0.01 0.57 0.15
HSL 59.03º 0.63% 0.61% -
HSV(B) 59.03º 0.57% 0.85% -
XYZ 55.49 64.83 20.18 -
YUV 202.69 66.66 138.92 -
System Red Green Blue C M Y K H S L
Decimal 218 216 94 0 0.01 0.57 0.15 59.03 0.63 0.61
Hex DA D8 5E 0 1 39 F 3B 3F 3D
Octal 332 330 136 0 1 71 17 73 77 75
Binary 11011010 11011000 1011110 0 1 111001 1111 111011 111111 111101

Color Harmonies of #DAD85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD85E

Black with #DAD85E

Text Example


Text Example

White with #DAD85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD85E; }

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

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

background-color css

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

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

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

border-color css

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

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

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