#DFB992

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

Shades of Pancho #DFB992

Tints of Pancho #DFB992

Color information

#DFB992 (or 0xDFB992) is unknown color: approx Pancho. HEX triplet: DF, B9 and 92. RGB value is (223,185,146). Sum of RGB (Red+Green+Blue) = 223+185+146=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 146 (57.42% from 255 or 26.35% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB992 is #20466D. Grayscale: #C0C0C0. Windows color (decimal): -2115182 or 9615839. OLE color: 9615839.

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

Color convert

RGB223185146-
CMYK00.170.350.13
HSL30.39º54.61%72.35%-
HSV(B)30.39º34.53%87.45%-
XYZ52.9752.4634.53-
YUV191.92102.09150.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.25%
GREEN value IS 185 (72.66% from 255) = 33.39%
BLUE value IS 146 (57.42% from 255) = 26.35%
R=40.25%
G=33.39%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318514600.170.350.1330.3954.6172.35
HexDFB99201123D1e3748
Octal33727122202143153667110
Binary1101111110111001100100100100011000111101111101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB992; }

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

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

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

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

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

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

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

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