#DD824E

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

Shades of Jaffa #DD824E

Tints of Jaffa #DD824E

Color information

#DD824E (or 0xDD824E) is unknown color: approx Jaffa. HEX triplet: DD, 82 and 4E. RGB value is (221,130,78). Sum of RGB (Red+Green+Blue) = 221+130+78=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 78 (30.86% from 255 or 18.18% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD824E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD824E is #227DB1. Grayscale: #979797. Windows color (decimal): -2260402 or 5145309. OLE color: 5145309.

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

Color convert

RGB22113078-
CMYK00.410.650.13
HSL21.82º67.77%58.63%-
HSV(B)21.82º64.71%86.67%-
XYZ39.1831.8911.3-
YUV151.2886.65177.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.52%
GREEN value IS 130 (51.17% from 255) = 30.30%
BLUE value IS 78 (30.86% from 255) = 18.18%
R=51.52%
G=30.30%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211307800.410.650.1321.8267.7758.63
HexDD824E02941D16443b
Octal335202116051101152610473
Binary11011101100000101001110010100110000011101101101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD824E; }

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

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

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

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

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

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

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

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