#DFB990

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

Shades of Pancho #DFB990

Tints of Pancho #DFB990

Color information

#DFB990 (or 0xDFB990) is unknown color: approx Pancho. HEX triplet: DF, B9 and 90. RGB value is (223,185,144). Sum of RGB (Red+Green+Blue) = 223+185+144=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 144 (56.64% from 255 or 26.09% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB990 is #20466F. Grayscale: #BFBFBF. Windows color (decimal): -2115184 or 9484767. OLE color: 9484767.

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

Color convert

RGB223185144-
CMYK00.170.350.13
HSL31.14º55.24%71.96%-
HSV(B)31.14º35.43%87.45%-
XYZ52.8152.433.72-
YUV191.69101.09150.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.40%
GREEN value IS 185 (72.66% from 255) = 33.51%
BLUE value IS 144 (56.64% from 255) = 26.09%
R=40.40%
G=33.51%
B=26.09%

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
Decimal22318514400.170.350.1331.1455.2471.96
HexDFB99001123D1f3748
Octal33727122002143153767110
Binary1101111110111001100100000100011000111101111111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB990; }

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

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

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

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

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

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

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

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