Html Css Color HEX #DDC689 Zombie

📋 copy color: '#DDC689'

red 221 ◦ green 198 ◦ blue 137

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

Shades of Zombie #DDC689

Tints of Zombie #DDC689

RGB

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

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

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

R = 39.75%
G = 35.61%
B = 24.64%

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

#DDC689 (or 0xDDC689) is known color: Zombie. HEX triplet: DD, C6 and 89. RGB value is (221,198,137). Sum of RGB (Red+Green+Blue) = 221+198+137=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 137 (53.91% from 255 or 24.64% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC689 is #223976. Grayscale: #C6C6C6. Windows color (decimal): -2242935 or 9029341. OLE color: 9029341.

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

Color convert

RGB 221 198 137 -
CMYK 0 0.10 0.38 0.13
HSL 43.57º 0.55% 0.7% -
HSV(B) 43.57º 0.38% 0.87% -
XYZ 54.53 57.57 31.9 -
YUV 197.92 93.62 144.46 -
System Red Green Blue C M Y K H S L
Decimal 221 198 137 0 0.10 0.38 0.13 43.57 0.55 0.7
Hex DD C6 89 0 A 26 D 2C 37 46
Octal 335 306 211 0 12 46 15 54 67 106
Binary 11011101 11000110 10001001 0 1010 100110 1101 101100 110111 1000110

Color Harmonies of #DDC689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC689

Black with #DDC689

Text Example


Text Example

White with #DDC689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC689; }

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

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

background-color css

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

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

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

border-color css

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

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

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