#DDBE9D

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

Shades of Pancho #DDBE9D

Tints of Pancho #DDBE9D

Color information

#DDBE9D (or 0xDDBE9D) is unknown color: approx Pancho. HEX triplet: DD, BE and 9D. RGB value is (221,190,157). Sum of RGB (Red+Green+Blue) = 221+190+157=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 157 (61.72% from 255 or 27.64% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBE9D is #224162. Grayscale: #C3C3C3. Windows color (decimal): -2244963 or 10338013. OLE color: 10338013.

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

Color convert

RGB221190157-
CMYK00.140.290.13
HSL30.94º48.48%74.12%-
HSV(B)30.94º28.96%86.67%-
XYZ54.3254.6339.58-
YUV195.51106.27146.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 190 (74.61% from 255) = 33.45%
BLUE value IS 157 (61.72% from 255) = 27.64%
R=38.91%
G=33.45%
B=27.64%

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
Decimal22119015700.140.290.1330.9448.4874.12
HexDDBE9D0E1DD1f304a
Octal33527623501635153760112
Binary11011101101111101001110101110111011101111111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBE9D; }

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

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

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

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

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

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

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

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