#DFB492

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

Shades of Pancho #DFB492

Tints of Pancho #DFB492

Color information

#DFB492 (or 0xDFB492) is unknown color: approx Pancho. HEX triplet: DF, B4 and 92. RGB value is (223,180,146). Sum of RGB (Red+Green+Blue) = 223+180+146=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 180 (70.70% from 255 or 32.79% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB492 is #204B6D. Grayscale: #BDBDBD. Windows color (decimal): -2116462 or 9614559. OLE color: 9614559.

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

Color convert

RGB223180146-
CMYK00.190.350.13
HSL26.49º54.61%72.35%-
HSV(B)26.49º34.53%87.45%-
XYZ51.9450.4134.19-
YUV188.98103.75152.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.62%
GREEN value IS 180 (70.70% from 255) = 32.79%
BLUE value IS 146 (57.42% from 255) = 26.59%
R=40.62%
G=32.79%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318014600.190.350.1326.4954.6172.35
HexDFB49201323D1a3748
Octal33726422202343153267110
Binary1101111110110100100100100100111000111101110101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB492; }

 p { color: rgb(223,180,146); }

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

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

 a { background-color: rgb(223,180,146); }

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

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

 span { border-color: rgb(223,180,146); }

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