#DFB692

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

Shades of Pancho #DFB692

Tints of Pancho #DFB692

Color information

#DFB692 (or 0xDFB692) is unknown color: approx Pancho. HEX triplet: DF, B6 and 92. RGB value is (223,182,146). Sum of RGB (Red+Green+Blue) = 223+182+146=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 182 (71.48% from 255 or 33.03% from 551); Blue value is 146 (57.42% from 255 or 26.50% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB692 is #20496D. Grayscale: #BEBEBE. Windows color (decimal): -2115950 or 9615071. OLE color: 9615071.

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

Color convert

RGB223182146-
CMYK00.180.350.13
HSL28.05º54.61%72.35%-
HSV(B)28.05º34.53%87.45%-
XYZ52.3551.2234.32-
YUV190.15103.08151.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.47%
GREEN value IS 182 (71.48% from 255) = 33.03%
BLUE value IS 146 (57.42% from 255) = 26.50%
R=40.47%
G=33.03%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318214600.180.350.1328.0554.6172.35
HexDFB69201223D1c3748
Octal33726622202243153467110
Binary1101111110110110100100100100101000111101111001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB692; }

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

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

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

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

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

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

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

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