Html Css Color HEX #DAD95D Manz

📋 copy color: '#DAD95D'

red 218 ◦ green 217 ◦ blue 93

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

Shades of Manz #DAD95D

Tints of Manz #DAD95D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.61%

R = 41.29%
G = 41.1%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DAD95D (or 0xDAD95D) is known color: Manz. HEX triplet: DA, D9 and 5D. RGB value is (218,217,93). Sum of RGB (Red+Green+Blue) = 218+217+93=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 93 (36.72% from 255 or 17.61% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD95D is #2526A2. Grayscale: #CBCBCB. Windows color (decimal): -2434723 or 6150618. OLE color: 6150618.

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

Color convert

RGB 218 217 93 -
CMYK 0 0.00 0.57 0.15
HSL 59.52º 0.63% 0.61% -
HSV(B) 59.52º 0.57% 0.85% -
XYZ 55.7 65.32 20.03 -
YUV 203.16 65.83 138.58 -
System Red Green Blue C M Y K H S L
Decimal 218 217 93 0 0.00 0.57 0.15 59.52 0.63 0.61
Hex DA D9 5D 0 0 39 F 3C 3F 3D
Octal 332 331 135 0 0 71 17 74 77 75
Binary 11011010 11011001 1011101 0 0 111001 1111 111100 111111 111101

Color Harmonies of #DAD95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD95D

Black with #DAD95D

Text Example


Text Example

White with #DAD95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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