#DFBF93

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

Shades of Pancho #DFBF93

Tints of Pancho #DFBF93

Color information

#DFBF93 (or 0xDFBF93) is unknown color: approx Pancho. HEX triplet: DF, BF and 93. RGB value is (223,191,147). Sum of RGB (Red+Green+Blue) = 223+191+147=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 147 (57.81% from 255 or 26.20% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBF93 is #20406C. Grayscale: #C3C3C3. Windows color (decimal): -2113645 or 9682911. OLE color: 9682911.

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

Color convert

RGB223191147-
CMYK00.140.340.13
HSL34.74º54.29%72.55%-
HSV(B)34.74º34.08%87.45%-
XYZ54.3355.0635.37-
YUV195.55100.6147.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.75%
GREEN value IS 191 (75% from 255) = 34.05%
BLUE value IS 147 (57.81% from 255) = 26.20%
R=39.75%
G=34.05%
B=26.20%

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
Decimal22319114700.140.340.1334.7454.2972.55
HexDFBF930E22D233649
Octal33727722301642154366111
Binary1101111110111111100100110111010001011011000111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBF93; }

 p { color: rgb(223,191,147); }

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

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

 a { background-color: rgb(223,191,147); }

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

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

 span { border-color: rgb(223,191,147); }

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