#D77344

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

Shades of Jaffa #D77344

Tints of Jaffa #D77344

Color information

#D77344 (or 0xD77344) is unknown color: approx Jaffa. HEX triplet: D7, 73 and 44. RGB value is (215,115,68). Sum of RGB (Red+Green+Blue) = 215+115+68=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 68 (26.95% from 255 or 17.09% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D77344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77344 is #288CBB. Grayscale: #8B8B8B. Windows color (decimal): -2657468 or 4486103. OLE color: 4486103.

HSL color Cylindrical-coordinate representation of color #D77344: hue angle of 19.18º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D77344 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB21511568-
CMYK00.470.680.16
HSL19.18º64.76%55.49%-
HSV(B)19.18º68.37%84.31%-
XYZ35.227.138.85-
YUV139.5487.63181.82-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 54.02%
GREEN value IS 115 (45.31% from 255) = 28.89%
BLUE value IS 68 (26.95% from 255) = 17.09%
R=54.02%
G=28.89%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151156800.470.680.1619.1864.7655.49
HexD7734402F4410134137
Octal327163104057104202310167
Binary11010111111001110001000101111100010010000100111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77344; }

 p { color: rgb(215,115,68); }

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

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

 a { background-color: rgb(215,115,68); }

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

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

 span { border-color: rgb(215,115,68); }

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