#DFB291

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

Shades of Pancho #DFB291

Tints of Pancho #DFB291

Color information

#DFB291 (or 0xDFB291) is unknown color: approx Pancho. HEX triplet: DF, B2 and 91. RGB value is (223,178,145). Sum of RGB (Red+Green+Blue) = 223+178+145=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 178 (69.92% from 255 or 32.60% from 546); Blue value is 145 (57.03% from 255 or 26.56% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB291 is #204D6E. Grayscale: #BBBBBB. Windows color (decimal): -2116975 or 9548511. OLE color: 9548511.

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

Color convert

RGB223178145-
CMYK00.200.350.13
HSL25.38º54.93%72.16%-
HSV(B)25.38º34.98%87.45%-
XYZ51.4649.5733.64-
YUV187.69103.91153.18-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.84%
GREEN value IS 178 (69.92% from 255) = 32.60%
BLUE value IS 145 (57.03% from 255) = 26.56%
R=40.84%
G=32.60%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317814500.200.350.1325.3854.9372.16
HexDFB29101423D193748
Octal33726222102443153167110
Binary1101111110110010100100010101001000111101110011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB291; }

 p { color: rgb(223,178,145); }

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

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

 a { background-color: rgb(223,178,145); }

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

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

 span { border-color: rgb(223,178,145); }

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