Html Css Color HEX #DD7144 Jaffa

📋 copy color: '#DD7144'

red 221 ◦ green 113 ◦ blue 68

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

Shades of Jaffa #DD7144

Tints of Jaffa #DD7144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.92%

R = 54.98%
G = 28.11%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD7144 (or 0xDD7144) is known color: Jaffa. HEX triplet: DD, 71 and 44. RGB value is (221,113,68). Sum of RGB (Red+Green+Blue) = 221+113+68=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7144 is #228EBB. Grayscale: #8C8C8C. Windows color (decimal): -2264764 or 4485597. OLE color: 4485597.

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

Color convert

RGB 221 113 68 -
CMYK 0 0.49 0.69 0.13
HSL 17.65º 0.69% 0.57% -
HSV(B) 17.65º 0.69% 0.87% -
XYZ 36.77 27.6 8.86 -
YUV 140.16 87.28 185.66 -
System Red Green Blue C M Y K H S L
Decimal 221 113 68 0 0.49 0.69 0.13 17.65 0.69 0.57
Hex DD 71 44 0 31 45 D 12 45 39
Octal 335 161 104 0 61 105 15 22 105 71
Binary 11011101 1110001 1000100 0 110001 1000101 1101 10010 1000101 111001

Color Harmonies of #DD7144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7144

Black with #DD7144

Text Example


Text Example

White with #DD7144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7144; }

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

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

background-color css

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

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

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

border-color css

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

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

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