#DD7B4B

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

Shades of Jaffa #DD7B4B

Tints of Jaffa #DD7B4B

Color information

#DD7B4B (or 0xDD7B4B) is unknown color: approx Jaffa. HEX triplet: DD, 7B and 4B. RGB value is (221,123,75). Sum of RGB (Red+Green+Blue) = 221+123+75=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7B4B is #2284B4. Grayscale: #939393. Windows color (decimal): -2262197 or 4946909. OLE color: 4946909.

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

Color convert

RGB22112375-
CMYK00.440.660.13
HSL19.73º68.22%58.04%-
HSV(B)19.73º66.06%86.67%-
XYZ38.1730.0510.44-
YUV146.8387.47180.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.74%
GREEN value IS 123 (48.44% from 255) = 29.36%
BLUE value IS 75 (29.69% from 255) = 17.90%
R=52.74%
G=29.36%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211237500.440.660.1319.7368.2258.04
HexDD7B4B02C42D14443a
Octal335173113054102152410472
Binary1101110111110111001011010110010000101101101001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7B4B; }

 p { color: rgb(221,123,75); }

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

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

 a { background-color: rgb(221,123,75); }

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

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

 span { border-color: rgb(221,123,75); }

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