#DD834E

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

Shades of Jaffa #DD834E

Tints of Jaffa #DD834E

Color information

#DD834E (or 0xDD834E) is unknown color: approx Jaffa. HEX triplet: DD, 83 and 4E. RGB value is (221,131,78). Sum of RGB (Red+Green+Blue) = 221+131+78=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 78 (30.86% from 255 or 18.14% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD834E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD834E is #227CB1. Grayscale: #989898. Windows color (decimal): -2260146 or 5145565. OLE color: 5145565.

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

Color convert

RGB22113178-
CMYK00.410.650.13
HSL22.24º67.77%58.63%-
HSV(B)22.24º64.71%86.67%-
XYZ39.3132.1511.34-
YUV151.8786.32177.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.40%
GREEN value IS 131 (51.56% from 255) = 30.47%
BLUE value IS 78 (30.86% from 255) = 18.14%
R=51.40%
G=30.47%
B=18.14%

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
Decimal2211317800.410.650.1322.2467.7758.63
HexDD834E02941D16443b
Octal335203116051101152610473
Binary11011101100000111001110010100110000011101101101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD834E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD834E; }

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

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

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

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

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

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

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

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