Html Css Color HEX #DD7441 Jaffa

📋 copy color: '#DD7441'

red 221 ◦ green 116 ◦ blue 65

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

Shades of Jaffa #DD7441

Tints of Jaffa #DD7441

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.86%

 BLUE value IS 65 (25.78% from 255) = 16.17%

R = 54.98%
G = 28.86%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD7441 (or 0xDD7441) is known color: Jaffa. HEX triplet: DD, 74 and 41. RGB value is (221,116,65). Sum of RGB (Red+Green+Blue) = 221+116+65=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 65 (25.78% from 255 or 16.17% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7441 is #228BBE. Grayscale: #8D8D8D. Windows color (decimal): -2263999 or 4289757. OLE color: 4289757.

HSL color Cylindrical-coordinate representation of color #DD7441: hue angle of 19.62º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD7441 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 116 65 -
CMYK 0 0.48 0.71 0.13
HSL 19.62º 0.7% 0.56% -
HSV(B) 19.62º 0.71% 0.87% -
XYZ 37.02 28.24 8.5 -
YUV 141.58 84.79 184.65 -
System Red Green Blue C M Y K H S L
Decimal 221 116 65 0 0.48 0.71 0.13 19.62 0.7 0.56
Hex DD 74 41 0 30 47 D 14 46 38
Octal 335 164 101 0 60 107 15 24 106 70
Binary 11011101 1110100 1000001 0 110000 1000111 1101 10100 1000110 111000

Color Harmonies of #DD7441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7441

Black with #DD7441

Text Example


Text Example

White with #DD7441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7441; }

 p { color: rgb(221,116,65); }

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

background-color css

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

 a { background-color: rgb(221,116,65); }

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

border-color css

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

 span { border-color: rgb(221,116,65); }

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