#DFB398

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

Shades of Pancho #DFB398

Tints of Pancho #DFB398

Color information

#DFB398 (or 0xDFB398) is unknown color: approx Pancho. HEX triplet: DF, B3 and 98. RGB value is (223,179,152). Sum of RGB (Red+Green+Blue) = 223+179+152=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 179 (70.31% from 255 or 32.31% from 554); Blue value is 152 (59.77% from 255 or 27.44% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB398 is #204C67. Grayscale: #BDBDBD. Windows color (decimal): -2116712 or 10007519. OLE color: 10007519.

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

Color convert

RGB223179152-
CMYK00.200.320.13
HSL22.82º52.59%73.53%-
HSV(B)22.82º31.84%87.45%-
XYZ52.2250.236.64-
YUV189.08107.08152.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.25%
GREEN value IS 179 (70.31% from 255) = 32.31%
BLUE value IS 152 (59.77% from 255) = 27.44%
R=40.25%
G=32.31%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317915200.200.320.1322.8252.5973.53
HexDFB39801420D17354a
Octal33726323002440152765112
Binary1101111110110011100110000101001000001101101111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB398; }

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

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

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

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

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

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

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

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