#DA7C4D

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

Shades of Jaffa #DA7C4D

Tints of Jaffa #DA7C4D

Color information

#DA7C4D (or 0xDA7C4D) is unknown color: approx Jaffa. HEX triplet: DA, 7C and 4D. RGB value is (218,124,77). Sum of RGB (Red+Green+Blue) = 218+124+77=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7C4D is #2583B2. Grayscale: #939393. Windows color (decimal): -2458547 or 5078234. OLE color: 5078234.

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

Color convert

RGB21812477-
CMYK00.430.650.15
HSL20º65.58%57.84%-
HSV(B)20º64.68%85.49%-
XYZ37.4629.8610.81-
YUV146.7588.64178.82-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.03%
GREEN value IS 124 (48.83% from 255) = 29.59%
BLUE value IS 77 (30.47% from 255) = 18.38%
R=52.03%
G=29.59%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181247700.430.650.152065.5857.84
HexDA7C4D02B41F14423a
Octal332174115053101172410272
Binary1101101011111001001101010101110000011111101001000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7C4D; }

 p { color: rgb(218,124,77); }

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

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

 a { background-color: rgb(218,124,77); }

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

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

 span { border-color: rgb(218,124,77); }

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