Html Css Color HEX #DCC188 Zombie

📋 copy color: '#DCC188'

red 220 ◦ green 193 ◦ blue 136

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

Shades of Zombie #DCC188

Tints of Zombie #DCC188

RGB

 RED value IS 220 (86.33% from 255) = 40.07%

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

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

R = 40.07%
G = 35.15%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DCC188 (or 0xDCC188) is known color: Zombie. HEX triplet: DC, C1 and 88. RGB value is (220,193,136). Sum of RGB (Red+Green+Blue) = 220+193+136=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 193 (75.78% from 255 or 35.15% from 549); Blue value is 136 (53.52% from 255 or 24.77% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC188 is #233E77. Grayscale: #C2C2C2. Windows color (decimal): -2309752 or 8962524. OLE color: 8962524.

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

Color convert

RGB 220 193 136 -
CMYK 0 0.12 0.38 0.14
HSL 40.71º 0.55% 0.7% -
HSV(B) 40.71º 0.38% 0.86% -
XYZ 53.03 55.13 31.14 -
YUV 194.58 94.95 146.13 -
System Red Green Blue C M Y K H S L
Decimal 220 193 136 0 0.12 0.38 0.14 40.71 0.55 0.7
Hex DC C1 88 0 C 26 E 29 37 46
Octal 334 301 210 0 14 46 16 51 67 106
Binary 11011100 11000001 10001000 0 1100 100110 1110 101001 110111 1000110

Color Harmonies of #DCC188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC188

Black with #DCC188

Text Example


Text Example

White with #DCC188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC188; }

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

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

background-color css

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

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

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

border-color css

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

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

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