#DDB495

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

Shades of Pancho #DDB495

Tints of Pancho #DDB495

Color information

#DDB495 (or 0xDDB495) is unknown color: approx Pancho. HEX triplet: DD, B4 and 95. RGB value is (221,180,149). Sum of RGB (Red+Green+Blue) = 221+180+149=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 180 (70.70% from 255 or 32.73% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB495 is #224B6A. Grayscale: #BCBCBC. Windows color (decimal): -2247531 or 9811165. OLE color: 9811165.

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

Color convert

RGB221180149-
CMYK00.190.330.13
HSL25.83º51.43%72.55%-
HSV(B)25.83º32.58%86.67%-
XYZ51.5650.1835.4-
YUV188.72105.58151.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.18%
GREEN value IS 180 (70.70% from 255) = 32.73%
BLUE value IS 149 (58.59% from 255) = 27.09%
R=40.18%
G=32.73%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118014900.190.330.1325.8351.4372.55
HexDDB49501321D1a3349
Octal33526422502341153263111
Binary1101110110110100100101010100111000011101110101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB495; }

 p { color: rgb(221,180,149); }

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

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

 a { background-color: rgb(221,180,149); }

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

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

 span { border-color: rgb(221,180,149); }

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