Html Css Color HEX #DDC688 Zombie

📋 copy color: '#DDC688'

red 221 ◦ green 198 ◦ blue 136

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

Shades of Zombie #DDC688

Tints of Zombie #DDC688

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.68%

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

R = 39.82%
G = 35.68%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDC688 (or 0xDDC688) is known color: Zombie. HEX triplet: DD, C6 and 88. RGB value is (221,198,136). Sum of RGB (Red+Green+Blue) = 221+198+136=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 136 (53.52% from 255 or 24.50% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC688 is #223977. Grayscale: #C6C6C6. Windows color (decimal): -2242936 or 8963805. OLE color: 8963805.

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

Color convert

RGB 221 198 136 -
CMYK 0 0.10 0.38 0.13
HSL 43.76º 0.56% 0.7% -
HSV(B) 43.76º 0.38% 0.87% -
XYZ 54.46 57.54 31.53 -
YUV 197.81 93.12 144.54 -
System Red Green Blue C M Y K H S L
Decimal 221 198 136 0 0.10 0.38 0.13 43.76 0.56 0.7
Hex DD C6 88 0 A 26 D 2C 38 46
Octal 335 306 210 0 12 46 15 54 70 106
Binary 11011101 11000110 10001000 0 1010 100110 1101 101100 111000 1000110

Color Harmonies of #DDC688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC688

Black with #DDC688

Text Example


Text Example

White with #DDC688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC688; }

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

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

background-color css

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

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

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

border-color css

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

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

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