#DD7C52

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

Shades of Jaffa #DD7C52

Tints of Jaffa #DD7C52

Color information

#DD7C52 (or 0xDD7C52) is unknown color: approx Jaffa. HEX triplet: DD, 7C and 52. RGB value is (221,124,82). Sum of RGB (Red+Green+Blue) = 221+124+82=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 82 (32.42% from 255 or 19.20% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7C52 is #2283AD. Grayscale: #949494. Windows color (decimal): -2261934 or 5405917. OLE color: 5405917.

HSL color Cylindrical-coordinate representation of color #DD7C52: hue angle of 18.13º 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 #DD7C52 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB22112482-
CMYK00.440.630.13
HSL18.13º67.15%59.41%-
HSV(B)18.13º62.9%86.67%-
XYZ38.5530.411.82-
YUV148.2290.64179.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.76%
GREEN value IS 124 (48.83% from 255) = 29.04%
BLUE value IS 82 (32.42% from 255) = 19.20%
R=51.76%
G=29.04%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211248200.440.630.1318.1367.1559.41
HexDD7C5202C3FD12433b
Octal33517412205477152210373
Binary110111011111100101001001011001111111101100101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7C52; }

 p { color: rgb(221,124,82); }

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

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

 a { background-color: rgb(221,124,82); }

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

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

 span { border-color: rgb(221,124,82); }

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