#DC804E

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

Shades of Jaffa #DC804E

Tints of Jaffa #DC804E

Color information

#DC804E (or 0xDC804E) is unknown color: approx Jaffa. HEX triplet: DC, 80 and 4E. RGB value is (220,128,78). Sum of RGB (Red+Green+Blue) = 220+128+78=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 78 (30.86% from 255 or 18.31% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC804E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC804E is #237FB1. Grayscale: #969696. Windows color (decimal): -2326450 or 5144796. OLE color: 5144796.

HSL color Cylindrical-coordinate representation of color #DC804E: hue angle of 21.13º 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 #DC804E is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB22012878-
CMYK00.420.650.14
HSL21.13º66.98%58.43%-
HSV(B)21.13º64.55%86.27%-
XYZ38.6131.211.2-
YUV149.8187.48178.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.64%
GREEN value IS 128 (50.39% from 255) = 30.05%
BLUE value IS 78 (30.86% from 255) = 18.31%
R=51.64%
G=30.05%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201287800.420.650.1421.1366.9858.43
HexDC804E02A41E15433a
Octal334200116052101162510372
Binary11011100100000001001110010101010000011110101011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC804E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC804E; }

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

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

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

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

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

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

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

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