#DFBB98

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

Shades of Pancho #DFBB98

Tints of Pancho #DFBB98

Color information

#DFBB98 (or 0xDFBB98) is unknown color: approx Pancho. HEX triplet: DF, BB and 98. RGB value is (223,187,152). Sum of RGB (Red+Green+Blue) = 223+187+152=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 152 (59.77% from 255 or 27.05% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBB98 is #204467. Grayscale: #C1C1C1. Windows color (decimal): -2114664 or 10009567. OLE color: 10009567.

HSL color Cylindrical-coordinate representation of color #DFBB98: hue angle of 29.58º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFBB98 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB223187152-
CMYK00.160.320.13
HSL29.58º52.59%73.53%-
HSV(B)29.58º31.84%87.45%-
XYZ53.8753.537.19-
YUV193.77104.43148.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.68%
GREEN value IS 187 (73.44% from 255) = 33.27%
BLUE value IS 152 (59.77% from 255) = 27.05%
R=39.68%
G=33.27%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318715200.160.320.1329.5852.5973.53
HexDFBB9801020D1e354a
Octal33727323002040153665112
Binary1101111110111011100110000100001000001101111101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBB98; }

 p { color: rgb(223,187,152); }

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

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

 a { background-color: rgb(223,187,152); }

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

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

 span { border-color: rgb(223,187,152); }

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