#DF8152

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

Shades of Jaffa #DF8152

Tints of Jaffa #DF8152

Color information

#DF8152 (or 0xDF8152) is unknown color: approx Jaffa. HEX triplet: DF, 81 and 52. RGB value is (223,129,82). Sum of RGB (Red+Green+Blue) = 223+129+82=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 82 (32.42% from 255 or 18.89% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8152 is #207EAD. Grayscale: #989898. Windows color (decimal): -2129582 or 5407199. OLE color: 5407199.

HSL color Cylindrical-coordinate representation of color #DF8152: hue angle of 20º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF8152 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB22312982-
CMYK00.420.630.13
HSL20º68.78%59.8%-
HSV(B)20º63.23%87.45%-
XYZ39.83212.06-
YUV151.7588.64178.82-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.38%
GREEN value IS 129 (50.78% from 255) = 29.72%
BLUE value IS 82 (32.42% from 255) = 18.89%
R=51.38%
G=29.72%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231298200.420.630.132068.7859.8
HexDF815202A3FD14453c
Octal33720112205277152410574
Binary1101111110000001101001001010101111111101101001000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8152; }

 p { color: rgb(223,129,82); }

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

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

 a { background-color: rgb(223,129,82); }

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

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

 span { border-color: rgb(223,129,82); }

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