#DD7951

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

Shades of Jaffa #DD7951

Tints of Jaffa #DD7951

Color information

#DD7951 (or 0xDD7951) is unknown color: approx Jaffa. HEX triplet: DD, 79 and 51. RGB value is (221,121,81). Sum of RGB (Red+Green+Blue) = 221+121+81=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 81 (32.03% from 255 or 19.15% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7951 is #2286AE. Grayscale: #929292. Windows color (decimal): -2262703 or 5339613. OLE color: 5339613.

HSL color Cylindrical-coordinate representation of color #DD7951: hue angle of 17.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD7951 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB22112181-
CMYK00.450.630.13
HSL17.14º67.31%59.22%-
HSV(B)17.14º63.35%86.67%-
XYZ38.1429.6411.5-
YUV146.3491.13181.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.25%
GREEN value IS 121 (47.66% from 255) = 28.61%
BLUE value IS 81 (32.03% from 255) = 19.15%
R=52.25%
G=28.61%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211218100.450.630.1317.1467.3159.22
HexDD795102D3FD11433b
Octal33517112105577152110373
Binary110111011111001101000101011011111111101100011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7951; }

 p { color: rgb(221,121,81); }

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

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

 a { background-color: rgb(221,121,81); }

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

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

 span { border-color: rgb(221,121,81); }

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