#DFB78E

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

Shades of Pancho #DFB78E

Tints of Pancho #DFB78E

Color information

#DFB78E (or 0xDFB78E) is unknown color: approx Pancho. HEX triplet: DF, B7 and 8E. RGB value is (223,183,142). Sum of RGB (Red+Green+Blue) = 223+183+142=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 183 (71.88% from 255 or 33.39% from 548); Blue value is 142 (55.86% from 255 or 25.91% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB78E is #204871. Grayscale: #BEBEBE. Windows color (decimal): -2115698 or 9353183. OLE color: 9353183.

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

Color convert

RGB223183142-
CMYK00.180.360.13
HSL30.37º55.86%71.57%-
HSV(B)30.37º36.32%87.45%-
XYZ52.2551.5132.78-
YUV190.29100.75151.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.69%
GREEN value IS 183 (71.88% from 255) = 33.39%
BLUE value IS 142 (55.86% from 255) = 25.91%
R=40.69%
G=33.39%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318314200.180.360.1330.3755.8671.57
HexDFB78E01224D1e3848
Octal33726721602244153670110
Binary1101111110110111100011100100101001001101111101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB78E; }

 p { color: rgb(223,183,142); }

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

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

 a { background-color: rgb(223,183,142); }

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

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

 span { border-color: rgb(223,183,142); }

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