#DDB194

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

Shades of Pancho #DDB194

Tints of Pancho #DDB194

Color information

#DDB194 (or 0xDDB194) is unknown color: approx Pancho. HEX triplet: DD, B1 and 94. RGB value is (221,177,148). Sum of RGB (Red+Green+Blue) = 221+177+148=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 177 (69.53% from 255 or 32.42% from 546); Blue value is 148 (58.20% from 255 or 27.11% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB194 is #224E6B. Grayscale: #BBBBBB. Windows color (decimal): -2248300 or 9744861. OLE color: 9744861.

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

Color convert

RGB221177148-
CMYK00.200.330.13
HSL23.84º51.77%72.35%-
HSV(B)23.84º33.03%86.67%-
XYZ50.8948.9534.78-
YUV186.85106.08152.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.48%
GREEN value IS 177 (69.53% from 255) = 32.42%
BLUE value IS 148 (58.20% from 255) = 27.11%
R=40.48%
G=32.42%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117714800.200.330.1323.8451.7772.35
HexDDB19401421D183448
Octal33526122402441153064110
Binary1101110110110001100101000101001000011101110001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB194; }

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

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

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

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

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

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

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

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