#DDB99D

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

Shades of Pancho #DDB99D

Tints of Pancho #DDB99D

Color information

#DDB99D (or 0xDDB99D) is unknown color: approx Pancho. HEX triplet: DD, B9 and 9D. RGB value is (221,185,157). Sum of RGB (Red+Green+Blue) = 221+185+157=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 157 (61.72% from 255 or 27.89% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB99D is #224662. Grayscale: #C0C0C0. Windows color (decimal): -2246243 or 10336733. OLE color: 10336733.

HSL color Cylindrical-coordinate representation of color #DDB99D: hue angle of 26.25º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDB99D is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB221185157-
CMYK00.160.290.13
HSL26.25º48.48%74.12%-
HSV(B)26.25º28.96%86.67%-
XYZ53.2552.539.23-
YUV192.57107.93148.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.25%
GREEN value IS 185 (72.66% from 255) = 32.86%
BLUE value IS 157 (61.72% from 255) = 27.89%
R=39.25%
G=32.86%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118515700.160.290.1326.2548.4874.12
HexDDB99D0101DD1a304a
Octal33527123502035153260112
Binary110111011011100110011101010000111011101110101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB99D; }

 p { color: rgb(221,185,157); }

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

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

 a { background-color: rgb(221,185,157); }

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

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

 span { border-color: rgb(221,185,157); }

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