#DDBA9D

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

Shades of Pancho #DDBA9D

Tints of Pancho #DDBA9D

Color information

#DDBA9D (or 0xDDBA9D) is unknown color: approx Pancho. HEX triplet: DD, BA and 9D. RGB value is (221,186,157). Sum of RGB (Red+Green+Blue) = 221+186+157=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 157 (61.72% from 255 or 27.84% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBA9D is #224562. Grayscale: #C1C1C1. Windows color (decimal): -2245987 or 10336989. OLE color: 10336989.

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

Color convert

RGB221186157-
CMYK00.160.290.13
HSL27.19º48.48%74.12%-
HSV(B)27.19º28.96%86.67%-
XYZ53.4652.9239.3-
YUV193.16107.6147.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.18%
GREEN value IS 186 (73.05% from 255) = 32.98%
BLUE value IS 157 (61.72% from 255) = 27.84%
R=39.18%
G=32.98%
B=27.84%

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
Decimal22118615700.160.290.1327.1948.4874.12
HexDDBA9D0101DD1b304a
Octal33527223502035153360112
Binary110111011011101010011101010000111011101110111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBA9D; }

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

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

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

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

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

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

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

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