Html Css Color HEX #DAC590 Zombie

📋 copy color: '#DAC590'

red 218 ◦ green 197 ◦ blue 144

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

Shades of Zombie #DAC590

Tints of Zombie #DAC590

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.24%

 BLUE value IS 144 (56.64% from 255) = 25.76%

R = 39%
G = 35.24%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DAC590 (or 0xDAC590) is known color: Zombie. HEX triplet: DA, C5 and 90. RGB value is (218,197,144). Sum of RGB (Red+Green+Blue) = 218+197+144=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 144 (56.64% from 255 or 25.76% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC590 is #253A6F. Grayscale: #C5C5C5. Windows color (decimal): -2439792 or 9487834. OLE color: 9487834.

HSL color Cylindrical-coordinate representation of color #DAC590: hue angle of 42.97º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAC590 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 197 144 -
CMYK 0 0.10 0.34 0.15
HSL 42.97º 0.5% 0.71% -
HSV(B) 42.97º 0.34% 0.85% -
XYZ 53.91 56.85 34.52 -
YUV 197.24 97.96 142.81 -
System Red Green Blue C M Y K H S L
Decimal 218 197 144 0 0.10 0.34 0.15 42.97 0.5 0.71
Hex DA C5 90 0 A 22 F 2B 32 47
Octal 332 305 220 0 12 42 17 53 62 107
Binary 11011010 11000101 10010000 0 1010 100010 1111 101011 110010 1000111

Color Harmonies of #DAC590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC590

Black with #DAC590

Text Example


Text Example

White with #DAC590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC590; }

 p { color: rgb(218,197,144); }

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

background-color css

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

 a { background-color: rgb(218,197,144); }

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

border-color css

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

 span { border-color: rgb(218,197,144); }

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