#DD8352

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

Shades of Jaffa #DD8352

Tints of Jaffa #DD8352

Color information

#DD8352 (or 0xDD8352) is unknown color: approx Jaffa. HEX triplet: DD, 83 and 52. RGB value is (221,131,82). Sum of RGB (Red+Green+Blue) = 221+131+82=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 82 (32.42% from 255 or 18.89% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8352 is #227CAD. Grayscale: #989898. Windows color (decimal): -2260142 or 5407709. OLE color: 5407709.

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

Color convert

RGB22113182-
CMYK00.410.630.13
HSL21.15º67.15%59.41%-
HSV(B)21.15º62.9%86.67%-
XYZ39.4632.2112.12-
YUV152.3288.32176.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.92%
GREEN value IS 131 (51.56% from 255) = 30.18%
BLUE value IS 82 (32.42% from 255) = 18.89%
R=50.92%
G=30.18%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211318200.410.630.1321.1567.1559.41
HexDD83520293FD15433b
Octal33520312205177152510373
Binary1101110110000011101001001010011111111101101011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8352; }

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

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

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

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

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

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

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

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