#D9734E

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

Shades of Jaffa #D9734E

Tints of Jaffa #D9734E

Color information

#D9734E (or 0xD9734E) is unknown color: approx Jaffa. HEX triplet: D9, 73 and 4E. RGB value is (217,115,78). Sum of RGB (Red+Green+Blue) = 217+115+78=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 78 (30.86% from 255 or 19.02% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D9734E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9734E is #268CB1. Grayscale: #8D8D8D. Windows color (decimal): -2526386 or 5141465. OLE color: 5141465.

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

Color convert

RGB21711578-
CMYK00.470.640.15
HSL15.97º64.65%57.84%-
HSV(B)15.97º64.06%85.1%-
XYZ36.1227.5610.62-
YUV141.2892.29182.01-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.93%
GREEN value IS 115 (45.31% from 255) = 28.05%
BLUE value IS 78 (30.86% from 255) = 19.02%
R=52.93%
G=28.05%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171157800.470.640.1515.9764.6557.84
HexD9734E02F40F10413a
Octal331163116057100172010172
Binary1101100111100111001110010111110000001111100001000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9734E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9734E; }

 p { color: rgb(217,115,78); }

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

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

 a { background-color: rgb(217,115,78); }

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

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

 span { border-color: rgb(217,115,78); }

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