#DFB29A

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

Shades of Pancho #DFB29A

Tints of Pancho #DFB29A

Color information

#DFB29A (or 0xDFB29A) is unknown color: approx Pancho. HEX triplet: DF, B2 and 9A. RGB value is (223,178,154). Sum of RGB (Red+Green+Blue) = 223+178+154=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 154 (60.55% from 255 or 27.75% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB29A is #204D65. Grayscale: #BCBCBC. Windows color (decimal): -2116966 or 10138335. OLE color: 10138335.

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

Color convert

RGB223178154-
CMYK00.200.310.13
HSL20.87º51.88%73.92%-
HSV(B)20.87º30.94%87.45%-
XYZ52.1849.8637.45-
YUV188.72108.41152.45-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.18%
GREEN value IS 178 (69.92% from 255) = 32.07%
BLUE value IS 154 (60.55% from 255) = 27.75%
R=40.18%
G=32.07%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317815400.200.310.1320.8751.8873.92
HexDFB29A0141FD15344a
Octal33726223202437152564112
Binary110111111011001010011010010100111111101101011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB29A; }

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

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

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

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

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

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

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

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