#DDB192

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

Shades of Pancho #DDB192

Tints of Pancho #DDB192

Color information

#DDB192 (or 0xDDB192) is unknown color: approx Pancho. HEX triplet: DD, B1 and 92. RGB value is (221,177,146). Sum of RGB (Red+Green+Blue) = 221+177+146=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 146 (57.42% from 255 or 26.84% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB192 is #224E6D. Grayscale: #BABABA. Windows color (decimal): -2248302 or 9613789. OLE color: 9613789.

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

Color convert

RGB221177146-
CMYK00.200.340.13
HSL24.8º52.45%71.96%-
HSV(B)24.8º33.94%86.67%-
XYZ50.7348.8933.96-
YUV186.62105.08152.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.62%
GREEN value IS 177 (69.53% from 255) = 32.54%
BLUE value IS 146 (57.42% from 255) = 26.84%
R=40.62%
G=32.54%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117714600.200.340.1324.852.4571.96
HexDDB19201422D193448
Octal33526122202442153164110
Binary1101110110110001100100100101001000101101110011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB192; }

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

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

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

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

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

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

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

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