#DC814E

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

Shades of Jaffa #DC814E

Tints of Jaffa #DC814E

Color information

#DC814E (or 0xDC814E) is unknown color: approx Jaffa. HEX triplet: DC, 81 and 4E. RGB value is (220,129,78). Sum of RGB (Red+Green+Blue) = 220+129+78=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 78 (30.86% from 255 or 18.27% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC814E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC814E is #237EB1. Grayscale: #969696. Windows color (decimal): -2326194 or 5145052. OLE color: 5145052.

HSL color Cylindrical-coordinate representation of color #DC814E: hue angle of 21.55º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC814E is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB22012978-
CMYK00.410.650.14
HSL21.55º66.98%58.43%-
HSV(B)21.55º64.55%86.27%-
XYZ38.7431.4711.24-
YUV150.3987.15177.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.52%
GREEN value IS 129 (50.78% from 255) = 30.21%
BLUE value IS 78 (30.86% from 255) = 18.27%
R=51.52%
G=30.21%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201297800.410.650.1421.5566.9858.43
HexDC814E02941E16433a
Octal334201116051101162610372
Binary11011100100000011001110010100110000011110101101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC814E; }

 p { color: rgb(220,129,78); }

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

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

 a { background-color: rgb(220,129,78); }

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

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

 span { border-color: rgb(220,129,78); }

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