#DDB794

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

Shades of Pancho #DDB794

Tints of Pancho #DDB794

Color information

#DDB794 (or 0xDDB794) is unknown color: approx Pancho. HEX triplet: DD, B7 and 94. RGB value is (221,183,148). Sum of RGB (Red+Green+Blue) = 221+183+148=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 183 (71.88% from 255 or 33.15% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB794 is #22486B. Grayscale: #BEBEBE. Windows color (decimal): -2246764 or 9746397. OLE color: 9746397.

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

Color convert

RGB221183148-
CMYK00.170.330.13
HSL28.77º51.77%72.35%-
HSV(B)28.77º33.03%86.67%-
XYZ52.151.3835.19-
YUV190.37104.09149.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.04%
GREEN value IS 183 (71.88% from 255) = 33.15%
BLUE value IS 148 (58.20% from 255) = 26.81%
R=40.04%
G=33.15%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118314800.170.330.1328.7751.7772.35
HexDDB79401121D1d3448
Octal33526722402141153564110
Binary1101110110110111100101000100011000011101111011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB794; }

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

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

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

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

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

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

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

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