#DDB799

Color #DDB799 Pancho (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pancho #DDB799

Tints of Pancho #DDB799

Color information

#DDB799 (or 0xDDB799) is unknown color: approx Pancho. HEX triplet: DD, B7 and 99. RGB value is (221,183,153). Sum of RGB (Red+Green+Blue) = 221+183+153=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 183 (71.88% from 255 or 32.85% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB799 is #224866. Grayscale: #BFBFBF. Windows color (decimal): -2246759 or 10074077. OLE color: 10074077.

HSL color Cylindrical-coordinate representation of color #DDB799: hue angle of 26.47º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDB799 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB221183153-
CMYK00.170.310.13
HSL26.47º50%73.33%-
HSV(B)26.47º30.77%86.67%-
XYZ52.551.5437.32-
YUV190.94106.59149.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.68%
GREEN value IS 183 (71.88% from 255) = 32.85%
BLUE value IS 153 (60.16% from 255) = 27.47%
R=39.68%
G=32.85%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118315300.170.310.1326.475073.33
HexDDB7990111FD1a3249
Octal33526723102137153262111
Binary110111011011011110011001010001111111101110101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB799; }

 p { color: rgb(221,183,153); }

 H1.HeaderClassName
 {
   color: #DDB799;
 }
 .AnyTagClassName
 {
   color: #DDB799;
 }
</style>
background-color css

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

 a { background-color: rgb(221,183,153); }

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

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

 span { border-color: rgb(221,183,153); }

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