#DFB69B

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

Shades of Pancho #DFB69B

Tints of Pancho #DFB69B

Color information

#DFB69B (or 0xDFB69B) is unknown color: approx Pancho. HEX triplet: DF, B6 and 9B. RGB value is (223,182,155). Sum of RGB (Red+Green+Blue) = 223+182+155=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 182 (71.48% from 255 or 32.5% from 560); Blue value is 155 (60.94% from 255 or 27.68% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB69B is #204964. Grayscale: #BFBFBF. Windows color (decimal): -2115941 or 10204895. OLE color: 10204895.

HSL color Cylindrical-coordinate representation of color #DFB69B: hue angle of 23.82º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFB69B is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB223182155-
CMYK00.180.300.13
HSL23.82º51.52%74.12%-
HSV(B)23.82º30.49%87.45%-
XYZ53.0851.5138.16-
YUV191.18107.58150.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.82%
GREEN value IS 182 (71.48% from 255) = 32.5%
BLUE value IS 155 (60.94% from 255) = 27.68%
R=39.82%
G=32.5%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318215500.180.300.1323.8251.5274.12
HexDFB69B0121ED18344a
Octal33726623302236153064112
Binary110111111011011010011011010010111101101110001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB69B; }

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

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

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

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

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

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

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

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