#DDBD93

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

Shades of Pancho #DDBD93

Tints of Pancho #DDBD93

Color information

#DDBD93 (or 0xDDBD93) is unknown color: approx Pancho. HEX triplet: DD, BD and 93. RGB value is (221,189,147). Sum of RGB (Red+Green+Blue) = 221+189+147=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 147 (57.81% from 255 or 26.39% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBD93 is #22426C. Grayscale: #C1C1C1. Windows color (decimal): -2245229 or 9682397. OLE color: 9682397.

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

Color convert

RGB221189147-
CMYK00.140.330.13
HSL34.05º52.11%72.16%-
HSV(B)34.05º33.48%86.67%-
XYZ53.2853.8735.19-
YUV193.78101.6147.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.68%
GREEN value IS 189 (74.22% from 255) = 33.93%
BLUE value IS 147 (57.81% from 255) = 26.39%
R=39.68%
G=33.93%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118914700.140.330.1334.0552.1172.16
HexDDBD930E21D223448
Octal33527522301641154264110
Binary1101110110111101100100110111010000111011000101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBD93; }

 p { color: rgb(221,189,147); }

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

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

 a { background-color: rgb(221,189,147); }

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

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

 span { border-color: rgb(221,189,147); }

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