#DDBE9E

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

Shades of Pancho #DDBE9E

Tints of Pancho #DDBE9E

Color information

#DDBE9E (or 0xDDBE9E) is unknown color: approx Pancho. HEX triplet: DD, BE and 9E. RGB value is (221,190,158). Sum of RGB (Red+Green+Blue) = 221+190+158=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 158 (62.11% from 255 or 27.77% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBE9E is #224161. Grayscale: #C3C3C3. Windows color (decimal): -2244962 or 10403549. OLE color: 10403549.

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

Color convert

RGB221190158-
CMYK00.140.290.13
HSL30.48º48.09%74.31%-
HSV(B)30.48º28.51%86.67%-
XYZ54.454.6740.03-
YUV195.62106.77146.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.84%
GREEN value IS 190 (74.61% from 255) = 33.39%
BLUE value IS 158 (62.11% from 255) = 27.77%
R=38.84%
G=33.39%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119015800.140.290.1330.4848.0974.31
HexDDBE9E0E1DD1e304a
Octal33527623601635153660112
Binary11011101101111101001111001110111011101111101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBE9E; }

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

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

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

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

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

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

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

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