Html Css Color HEX #DD7146 Jaffa

📋 copy color: '#DD7146'

red 221 ◦ green 113 ◦ blue 70

#DD7146
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jaffa #DD7146

Tints of Jaffa #DD7146

RGB

 RED value IS 221 (86.72% from 255) = 54.7%

 GREEN value IS 113 (44.53% from 255) = 27.97%

 BLUE value IS 70 (27.73% from 255) = 17.33%

R = 54.7%
G = 27.97%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD7146 (or 0xDD7146) is known color: Jaffa. HEX triplet: DD, 71 and 46. RGB value is (221,113,70). Sum of RGB (Red+Green+Blue) = 221+113+70=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7146 is #228EB9. Grayscale: #8C8C8C. Windows color (decimal): -2264762 or 4616669. OLE color: 4616669.

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

Color convert

RGB 221 113 70 -
CMYK 0 0.49 0.68 0.13
HSL 17.09º 0.69% 0.57% -
HSV(B) 17.09º 0.68% 0.87% -
XYZ 36.83 27.62 9.19 -
YUV 140.39 88.28 185.5 -
System Red Green Blue C M Y K H S L
Decimal 221 113 70 0 0.49 0.68 0.13 17.09 0.69 0.57
Hex DD 71 46 0 31 44 D 11 45 39
Octal 335 161 106 0 61 104 15 21 105 71
Binary 11011101 1110001 1000110 0 110001 1000100 1101 10001 1000101 111001

Color Harmonies of #DD7146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7146

Black with #DD7146

Text Example


Text Example

White with #DD7146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7146; }

 p { color: rgb(221,113,70); }

 H1.HeaderClassName
 {
   color: #DD7146;
 }
 .AnyTagClassName
 {
   color: #DD7146;
 }
</style>

background-color css

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

 a { background-color: rgb(221,113,70); }

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

border-color css

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

 span { border-color: rgb(221,113,70); }

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