#DFBD92

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

Shades of Pancho #DFBD92

Tints of Pancho #DFBD92

Color information

#DFBD92 (or 0xDFBD92) is unknown color: approx Pancho. HEX triplet: DF, BD and 92. RGB value is (223,189,146). Sum of RGB (Red+Green+Blue) = 223+189+146=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 146 (57.42% from 255 or 26.16% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBD92 is #20426D. Grayscale: #C2C2C2. Windows color (decimal): -2114158 or 9616863. OLE color: 9616863.

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

Color convert

RGB223189146-
CMYK00.150.350.13
HSL33.51º54.61%72.35%-
HSV(B)33.51º34.53%87.45%-
XYZ53.8254.1634.81-
YUV194.26100.76148.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.96%
GREEN value IS 189 (74.22% from 255) = 33.87%
BLUE value IS 146 (57.42% from 255) = 26.16%
R=39.96%
G=33.87%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318914600.150.350.1333.5154.6172.35
HexDFBD920F23D223748
Octal33727522201743154267110
Binary1101111110111101100100100111110001111011000101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBD92; }

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

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

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

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

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

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

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

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