#DD8452

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

Shades of Jaffa #DD8452

Tints of Jaffa #DD8452

Color information

#DD8452 (or 0xDD8452) is unknown color: approx Jaffa. HEX triplet: DD, 84 and 52. RGB value is (221,132,82). Sum of RGB (Red+Green+Blue) = 221+132+82=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 82 (32.42% from 255 or 18.85% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8452 is #227BAD. Grayscale: #999999. Windows color (decimal): -2259886 or 5407965. OLE color: 5407965.

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

Color convert

RGB22113282-
CMYK00.400.630.13
HSL21.58º67.15%59.41%-
HSV(B)21.58º62.9%86.67%-
XYZ39.5932.4812.17-
YUV152.9187.99176.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.80%
GREEN value IS 132 (51.95% from 255) = 30.34%
BLUE value IS 82 (32.42% from 255) = 18.85%
R=50.80%
G=30.34%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211328200.400.630.1321.5867.1559.41
HexDD84520283FD16433b
Octal33520412205077152610373
Binary1101110110000100101001001010001111111101101101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8452; }

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

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

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

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

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

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

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

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