#DDBE92

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

Shades of Pancho #DDBE92

Tints of Pancho #DDBE92

Color information

#DDBE92 (or 0xDDBE92) is unknown color: approx Pancho. HEX triplet: DD, BE and 92. RGB value is (221,190,146). Sum of RGB (Red+Green+Blue) = 221+190+146=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 146 (57.42% from 255 or 26.21% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBE92 is #22416D. Grayscale: #C2C2C2. Windows color (decimal): -2244974 or 9617117. OLE color: 9617117.

HSL color Cylindrical-coordinate representation of color #DDBE92: hue angle of 35.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDBE92 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB221190146-
CMYK00.140.340.13
HSL35.2º52.45%71.96%-
HSV(B)35.2º33.94%86.67%-
XYZ53.4254.2734.85-
YUV194.25100.77147.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.68%
GREEN value IS 190 (74.61% from 255) = 34.11%
BLUE value IS 146 (57.42% from 255) = 26.21%
R=39.68%
G=34.11%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119014600.140.340.1335.252.4571.96
HexDDBE920E22D233448
Octal33527622201642154364110
Binary1101110110111110100100100111010001011011000111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBE92; }

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

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

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

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

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

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

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

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