#DFBD9E

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

Shades of Pancho #DFBD9E

Tints of Pancho #DFBD9E

Color information

#DFBD9E (or 0xDFBD9E) is unknown color: approx Pancho. HEX triplet: DF, BD and 9E. RGB value is (223,189,158). Sum of RGB (Red+Green+Blue) = 223+189+158=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 158 (62.11% from 255 or 27.72% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBD9E is #204261. Grayscale: #C3C3C3. Windows color (decimal): -2114146 or 10403295. OLE color: 10403295.

HSL color Cylindrical-coordinate representation of color #DFBD9E: hue angle of 28.62º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFBD9E is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB223189158-
CMYK00.150.290.13
HSL28.62º50.39%74.71%-
HSV(B)28.62º29.15%87.45%-
XYZ54.854.5539.99-
YUV195.63106.76147.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.12%
GREEN value IS 189 (74.22% from 255) = 33.16%
BLUE value IS 158 (62.11% from 255) = 27.72%
R=39.12%
G=33.16%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318915800.150.290.1328.6250.3974.71
HexDFBD9E0F1DD1d324b
Octal33727523601735153562113
Binary11011111101111011001111001111111011101111011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBD9E; }

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

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

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

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

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

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

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

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