#DD8252

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

Shades of Jaffa #DD8252

Tints of Jaffa #DD8252

Color information

#DD8252 (or 0xDD8252) is unknown color: approx Jaffa. HEX triplet: DD, 82 and 52. RGB value is (221,130,82). Sum of RGB (Red+Green+Blue) = 221+130+82=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 82 (32.42% from 255 or 18.94% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8252 is #227DAD. Grayscale: #989898. Windows color (decimal): -2260398 or 5407453. OLE color: 5407453.

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

Color convert

RGB22113082-
CMYK00.410.630.13
HSL20.72º67.15%59.41%-
HSV(B)20.72º62.9%86.67%-
XYZ39.3231.9512.08-
YUV151.7488.65177.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.04%
GREEN value IS 130 (51.17% from 255) = 30.02%
BLUE value IS 82 (32.42% from 255) = 18.94%
R=51.04%
G=30.02%
B=18.94%

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
Decimal2211308200.410.630.1320.7267.1559.41
HexDD82520293FD15433b
Octal33520212205177152510373
Binary1101110110000010101001001010011111111101101011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8252; }

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

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

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

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

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

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

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

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