Html Css Color HEX #DDC589 Zombie

📋 copy color: '#DDC589'

red 221 ◦ green 197 ◦ blue 137

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

Shades of Zombie #DDC589

Tints of Zombie #DDC589

RGB

 RED value IS 221 (86.72% from 255) = 39.82%

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

 BLUE value IS 137 (53.91% from 255) = 24.68%

R = 39.82%
G = 35.5%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDC589 (or 0xDDC589) is known color: Zombie. HEX triplet: DD, C5 and 89. RGB value is (221,197,137). Sum of RGB (Red+Green+Blue) = 221+197+137=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 137 (53.91% from 255 or 24.68% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC589 is #223A76. Grayscale: #C5C5C5. Windows color (decimal): -2243191 or 9029085. OLE color: 9029085.

HSL color Cylindrical-coordinate representation of color #DDC589: hue angle of 42.86º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDC589 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 197 137 -
CMYK 0 0.11 0.38 0.13
HSL 42.86º 0.55% 0.7% -
HSV(B) 42.86º 0.38% 0.87% -
XYZ 54.3 57.11 31.83 -
YUV 197.34 93.95 144.88 -
System Red Green Blue C M Y K H S L
Decimal 221 197 137 0 0.11 0.38 0.13 42.86 0.55 0.7
Hex DD C5 89 0 B 26 D 2B 37 46
Octal 335 305 211 0 13 46 15 53 67 106
Binary 11011101 11000101 10001001 0 1011 100110 1101 101011 110111 1000110

Color Harmonies of #DDC589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC589

Black with #DDC589

Text Example


Text Example

White with #DDC589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC589; }

 p { color: rgb(221,197,137); }

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

background-color css

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

 a { background-color: rgb(221,197,137); }

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

border-color css

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

 span { border-color: rgb(221,197,137); }

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