#DFB68E

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

Shades of Pancho #DFB68E

Tints of Pancho #DFB68E

Color information

#DFB68E (or 0xDFB68E) is unknown color: approx Pancho. HEX triplet: DF, B6 and 8E. RGB value is (223,182,142). Sum of RGB (Red+Green+Blue) = 223+182+142=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 182 (71.48% from 255 or 33.27% from 547); Blue value is 142 (55.86% from 255 or 25.96% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB68E is #204971. Grayscale: #BDBDBD. Windows color (decimal): -2115954 or 9352927. OLE color: 9352927.

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

Color convert

RGB223182142-
CMYK00.180.360.13
HSL29.63º55.86%71.57%-
HSV(B)29.63º36.32%87.45%-
XYZ52.0451.132.71-
YUV189.7101.08151.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.77%
GREEN value IS 182 (71.48% from 255) = 33.27%
BLUE value IS 142 (55.86% from 255) = 25.96%
R=40.77%
G=33.27%
B=25.96%

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
Decimal22318214200.180.360.1329.6355.8671.57
HexDFB68E01224D1e3848
Octal33726621602244153670110
Binary1101111110110110100011100100101001001101111101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB68E; }

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

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

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

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

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

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

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

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