#D87246

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

Shades of Jaffa #D87246

Tints of Jaffa #D87246

Color information

#D87246 (or 0xD87246) is unknown color: approx Jaffa. HEX triplet: D8, 72 and 46. RGB value is (216,114,70). Sum of RGB (Red+Green+Blue) = 216+114+70=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D87246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87246 is #278DB9. Grayscale: #8B8B8B. Windows color (decimal): -2592186 or 4616920. OLE color: 4616920.

HSL color Cylindrical-coordinate representation of color #D87246: hue angle of 18.08º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D87246 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB21611470-
CMYK00.470.680.15
HSL18.08º65.18%56.08%-
HSV(B)18.08º67.59%84.71%-
XYZ35.4427.089.15-
YUV139.4888.79182.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54%
GREEN value IS 114 (44.92% from 255) = 28.5%
BLUE value IS 70 (27.73% from 255) = 17.5%
R=54%
G=28.5%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161147000.470.680.1518.0865.1856.08
HexD8724602F44F124138
Octal330162106057104172210170
Binary1101100011100101000110010111110001001111100101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87246; }

 p { color: rgb(216,114,70); }

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

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

 a { background-color: rgb(216,114,70); }

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

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

 span { border-color: rgb(216,114,70); }

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