Html Css Color HEX #DD7440 Jaffa

📋 copy color: '#DD7440'

red 221 ◦ green 116 ◦ blue 64

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

Shades of Jaffa #DD7440

Tints of Jaffa #DD7440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.96%

R = 55.11%
G = 28.93%
B = 15.96%

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

#DD7440 (or 0xDD7440) is known color: Jaffa. HEX triplet: DD, 74 and 40. RGB value is (221,116,64). Sum of RGB (Red+Green+Blue) = 221+116+64=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7440 is #228BBF. Grayscale: #8D8D8D. Windows color (decimal): -2264000 or 4224221. OLE color: 4224221.

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

Color convert

RGB 221 116 64 -
CMYK 0 0.48 0.71 0.13
HSL 19.87º 0.7% 0.56% -
HSV(B) 19.87º 0.71% 0.87% -
XYZ 36.99 28.23 8.35 -
YUV 141.47 84.29 184.73 -
System Red Green Blue C M Y K H S L
Decimal 221 116 64 0 0.48 0.71 0.13 19.87 0.7 0.56
Hex DD 74 40 0 30 47 D 14 46 38
Octal 335 164 100 0 60 107 15 24 106 70
Binary 11011101 1110100 1000000 0 110000 1000111 1101 10100 1000110 111000

Color Harmonies of #DD7440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7440

Black with #DD7440

Text Example


Text Example

White with #DD7440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7440; }

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

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

background-color css

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

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

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

border-color css

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

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

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