#DFB694

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

Shades of Pancho #DFB694

Tints of Pancho #DFB694

Color information

#DFB694 (or 0xDFB694) is unknown color: approx Pancho. HEX triplet: DF, B6 and 94. RGB value is (223,182,148). Sum of RGB (Red+Green+Blue) = 223+182+148=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 182 (71.48% from 255 or 32.91% from 553); Blue value is 148 (58.20% from 255 or 26.76% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB694 is #20496B. Grayscale: #BEBEBE. Windows color (decimal): -2115948 or 9746143. OLE color: 9746143.

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

Color convert

RGB223182148-
CMYK00.180.340.13
HSL27.2º53.96%72.75%-
HSV(B)27.2º33.63%87.45%-
XYZ52.551.2835.15-
YUV190.38104.08151.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.33%
GREEN value IS 182 (71.48% from 255) = 32.91%
BLUE value IS 148 (58.20% from 255) = 26.76%
R=40.33%
G=32.91%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318214800.180.340.1327.253.9672.75
HexDFB69401222D1b3649
Octal33726622402242153366111
Binary1101111110110110100101000100101000101101110111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB694; }

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

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

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

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

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

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

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

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