Html Css Color HEX #DDC189 Zombie

📋 copy color: '#DDC189'

red 221 ◦ green 193 ◦ blue 137

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

Shades of Zombie #DDC189

Tints of Zombie #DDC189

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.03%

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

R = 40.11%
G = 35.03%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDC189 (or 0xDDC189) is known color: Zombie. HEX triplet: DD, C1 and 89. RGB value is (221,193,137). Sum of RGB (Red+Green+Blue) = 221+193+137=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 137 (53.91% from 255 or 24.86% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC189 is #223E76. Grayscale: #C3C3C3. Windows color (decimal): -2244215 or 9028061. OLE color: 9028061.

HSL color Cylindrical-coordinate representation of color #DDC189: hue angle of 40º 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 #DDC189 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 193 137 -
CMYK 0 0.13 0.38 0.13
HSL 40º 0.55% 0.7% -
HSV(B) 40º 0.38% 0.87% -
XYZ 53.4 55.32 31.53 -
YUV 194.99 95.28 146.55 -
System Red Green Blue C M Y K H S L
Decimal 221 193 137 0 0.13 0.38 0.13 40 0.55 0.7
Hex DD C1 89 0 D 26 D 28 37 46
Octal 335 301 211 0 15 46 15 50 67 106
Binary 11011101 11000001 10001001 0 1101 100110 1101 101000 110111 1000110

Color Harmonies of #DDC189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC189

Black with #DDC189

Text Example


Text Example

White with #DDC189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC189; }

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

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

background-color css

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

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

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

border-color css

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

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

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