#DA724E

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

Shades of Jaffa #DA724E

Tints of Jaffa #DA724E

Color information

#DA724E (or 0xDA724E) is unknown color: approx Jaffa. HEX triplet: DA, 72 and 4E. RGB value is (218,114,78). Sum of RGB (Red+Green+Blue) = 218+114+78=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 78 (30.86% from 255 or 19.02% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA724E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA724E is #258DB1. Grayscale: #8D8D8D. Windows color (decimal): -2461106 or 5141210. OLE color: 5141210.

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

Color convert

RGB21811478-
CMYK00.480.640.15
HSL15.43º65.42%58.04%-
HSV(B)15.43º64.22%85.49%-
XYZ36.3127.4910.6-
YUV140.9992.46182.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 53.17%
GREEN value IS 114 (44.92% from 255) = 27.80%
BLUE value IS 78 (30.86% from 255) = 19.02%
R=53.17%
G=27.80%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181147800.480.640.1515.4365.4258.04
HexDA724E03040Ff413a
Octal332162116060100171710172
Binary110110101110010100111001100001000000111111111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA724E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA724E; }

 p { color: rgb(218,114,78); }

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

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

 a { background-color: rgb(218,114,78); }

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

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

 span { border-color: rgb(218,114,78); }

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