Html Css Color HEX #DD7446 Jaffa

📋 copy color: '#DD7446'

red 221 ◦ green 116 ◦ blue 70

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

Shades of Jaffa #DD7446

Tints of Jaffa #DD7446

RGB

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

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

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

R = 54.3%
G = 28.5%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD7446 (or 0xDD7446) is known color: Jaffa. HEX triplet: DD, 74 and 46. RGB value is (221,116,70). Sum of RGB (Red+Green+Blue) = 221+116+70=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7446 is #228BB9. Grayscale: #8E8E8E. Windows color (decimal): -2263994 or 4617437. OLE color: 4617437.

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

Color convert

RGB 221 116 70 -
CMYK 0 0.48 0.68 0.13
HSL 18.28º 0.69% 0.57% -
HSV(B) 18.28º 0.68% 0.87% -
XYZ 37.17 28.31 9.3 -
YUV 142.15 87.29 184.24 -
System Red Green Blue C M Y K H S L
Decimal 221 116 70 0 0.48 0.68 0.13 18.28 0.69 0.57
Hex DD 74 46 0 30 44 D 12 45 39
Octal 335 164 106 0 60 104 15 22 105 71
Binary 11011101 1110100 1000110 0 110000 1000100 1101 10010 1000101 111001

Color Harmonies of #DD7446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7446

Black with #DD7446

Text Example


Text Example

White with #DD7446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7446; }

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

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

background-color css

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

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

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

border-color css

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

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

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