Html Css Color HEX #DDC188 Zombie

📋 copy color: '#DDC188'

red 221 ◦ green 193 ◦ blue 136

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

Shades of Zombie #DDC188

Tints of Zombie #DDC188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 24.73%

R = 40.18%
G = 35.09%
B = 24.73%

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

#DDC188 (or 0xDDC188) is known color: Zombie. HEX triplet: DD, C1 and 88. RGB value is (221,193,136). Sum of RGB (Red+Green+Blue) = 221+193+136=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 136 (53.52% from 255 or 24.73% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC188 is #223E77. Grayscale: #C3C3C3. Windows color (decimal): -2244216 or 8962525. OLE color: 8962525.

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

Color convert

RGB 221 193 136 -
CMYK 0 0.13 0.38 0.13
HSL 40.24º 0.56% 0.7% -
HSV(B) 40.24º 0.38% 0.87% -
XYZ 53.33 55.29 31.15 -
YUV 194.87 94.78 146.63 -
System Red Green Blue C M Y K H S L
Decimal 221 193 136 0 0.13 0.38 0.13 40.24 0.56 0.7
Hex DD C1 88 0 D 26 D 28 38 46
Octal 335 301 210 0 15 46 15 50 70 106
Binary 11011101 11000001 10001000 0 1101 100110 1101 101000 111000 1000110

Color Harmonies of #DDC188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC188

Black with #DDC188

Text Example


Text Example

White with #DDC188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC188; }

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

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

background-color css

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

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

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

border-color css

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

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

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