Html Css Color HEX #DDC583 Zombie

📋 copy color: '#DDC583'

red 221 ◦ green 197 ◦ blue 131

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

Shades of Zombie #DDC583

Tints of Zombie #DDC583

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.88%

 BLUE value IS 131 (51.56% from 255) = 23.86%

R = 40.26%
G = 35.88%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DDC583 (or 0xDDC583) is known color: Zombie. HEX triplet: DD, C5 and 83. RGB value is (221,197,131). Sum of RGB (Red+Green+Blue) = 221+197+131=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 131 (51.56% from 255 or 23.86% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC583 is #223A7C. Grayscale: #C4C4C4. Windows color (decimal): -2243197 or 8635869. OLE color: 8635869.

HSL color Cylindrical-coordinate representation of color #DDC583: hue angle of 44º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDC583 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 197 131 -
CMYK 0 0.11 0.41 0.13
HSL 44º 0.57% 0.69% -
HSV(B) 44º 0.41% 0.87% -
XYZ 53.88 56.94 29.62 -
YUV 196.65 90.95 145.37 -
System Red Green Blue C M Y K H S L
Decimal 221 197 131 0 0.11 0.41 0.13 44 0.57 0.69
Hex DD C5 83 0 B 29 D 2C 39 45
Octal 335 305 203 0 13 51 15 54 71 105
Binary 11011101 11000101 10000011 0 1011 101001 1101 101100 111001 1000101

Color Harmonies of #DDC583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC583

Black with #DDC583

Text Example


Text Example

White with #DDC583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC583; }

 p { color: rgb(221,197,131); }

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

background-color css

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

 a { background-color: rgb(221,197,131); }

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

border-color css

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

 span { border-color: rgb(221,197,131); }

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