#DA714C

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

Shades of Jaffa #DA714C

Tints of Jaffa #DA714C

Color information

#DA714C (or 0xDA714C) is unknown color: approx Jaffa. HEX triplet: DA, 71 and 4C. RGB value is (218,113,76). Sum of RGB (Red+Green+Blue) = 218+113+76=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA714C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA714C is #258EB3. Grayscale: #8C8C8C. Windows color (decimal): -2461364 or 5009882. OLE color: 5009882.

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

Color convert

RGB21811376-
CMYK00.480.650.15
HSL15.63º65.74%57.65%-
HSV(B)15.63º65.14%85.49%-
XYZ36.1227.2410.19-
YUV140.1891.79183.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 53.56%
GREEN value IS 113 (44.53% from 255) = 27.76%
BLUE value IS 76 (30.08% from 255) = 18.67%
R=53.56%
G=27.76%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181137600.480.650.1515.6365.7457.65
HexDA714C03041F10423a
Octal332161114060101172010272
Binary1101101011100011001100011000010000011111100001000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA714C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA714C; }

 p { color: rgb(218,113,76); }

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

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

 a { background-color: rgb(218,113,76); }

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

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

 span { border-color: rgb(218,113,76); }

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