#df834e

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

Shades of Jaffa #DF834E

Tints of Jaffa #DF834E

Color information

#DF834E (or 0xDF834E) is unknown color: approx Jaffa. HEX triplet: DF, 83 and 4E. RGB value is (223,131,78). Sum of RGB (Red+Green+Blue) = 223+131+78=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 78 (30.86% from 255 or 18.06% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF834E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF834E is #207CB1. Grayscale: #989898. Windows color (decimal): -2129074 or 5145567. OLE color: 5145567.

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

Color convert

RGB22313178-
CMYK00.410.650.13
HSL21.93º69.38%59.02%-
HSV(B)21.93º65.02%87.45%-
XYZ39.9232.4711.37-
YUV152.4785.98178.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.62%
GREEN value IS 131 (51.56% from 255) = 30.32%
BLUE value IS 78 (30.86% from 255) = 18.06%
R=51.62%
G=30.32%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231317800.410.650.1321.9369.3859.02
HexDF834E02941D16453b
Octal337203116051101152610573
Binary11011111100000111001110010100110000011101101101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df834e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df834e; }

 p { color: rgb(223,131,78); }

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

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

 a { background-color: rgb(223,131,78); }

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

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

 span { border-color: rgb(223,131,78); }

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