Html Css Color HEX #DD7046 Jaffa

📋 copy color: '#DD7046'

red 221 ◦ green 112 ◦ blue 70

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

Shades of Jaffa #DD7046

Tints of Jaffa #DD7046

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.79%

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

R = 54.84%
G = 27.79%
B = 17.37%

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

#DD7046 (or 0xDD7046) is known color: Jaffa. HEX triplet: DD, 70 and 46. RGB value is (221,112,70). Sum of RGB (Red+Green+Blue) = 221+112+70=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 70 (27.73% from 255 or 17.37% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7046 is #228FB9. Grayscale: #8C8C8C. Windows color (decimal): -2265018 or 4616413. OLE color: 4616413.

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

Color convert

RGB 221 112 70 -
CMYK 0 0.49 0.68 0.13
HSL 16.69º 0.69% 0.57% -
HSV(B) 16.69º 0.68% 0.87% -
XYZ 36.72 27.4 9.15 -
YUV 139.8 88.61 185.92 -
System Red Green Blue C M Y K H S L
Decimal 221 112 70 0 0.49 0.68 0.13 16.69 0.69 0.57
Hex DD 70 46 0 31 44 D 11 45 39
Octal 335 160 106 0 61 104 15 21 105 71
Binary 11011101 1110000 1000110 0 110001 1000100 1101 10001 1000101 111001

Color Harmonies of #DD7046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7046

Black with #DD7046

Text Example


Text Example

White with #DD7046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7046; }

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

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

background-color css

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

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

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

border-color css

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

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

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