#DDBE95

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

Shades of Pancho #DDBE95

Tints of Pancho #DDBE95

Color information

#DDBE95 (or 0xDDBE95) is unknown color: approx Pancho. HEX triplet: DD, BE and 95. RGB value is (221,190,149). Sum of RGB (Red+Green+Blue) = 221+190+149=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBE95 is #22416A. Grayscale: #C2C2C2. Windows color (decimal): -2244971 or 9813725. OLE color: 9813725.

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

Color convert

RGB221190149-
CMYK00.140.330.13
HSL34.17º51.43%72.55%-
HSV(B)34.17º32.58%86.67%-
XYZ53.6654.3736.1-
YUV194.59102.27146.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.46%
GREEN value IS 190 (74.61% from 255) = 33.93%
BLUE value IS 149 (58.59% from 255) = 26.61%
R=39.46%
G=33.93%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119014900.140.330.1334.1751.4372.55
HexDDBE950E21D223349
Octal33527622501641154263111
Binary1101110110111110100101010111010000111011000101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBE95; }

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

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

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

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

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

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

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

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