Html Css Color HEX #DD7044 Jaffa

📋 copy color: '#DD7044'

red 221 ◦ green 112 ◦ blue 68

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

Shades of Jaffa #DD7044

Tints of Jaffa #DD7044

RGB

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

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

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

R = 55.11%
G = 27.93%
B = 16.96%

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

#DD7044 (or 0xDD7044) is known color: Jaffa. HEX triplet: DD, 70 and 44. RGB value is (221,112,68). Sum of RGB (Red+Green+Blue) = 221+112+68=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7044 is #228FBB. Grayscale: #8B8B8B. Windows color (decimal): -2265020 or 4485341. OLE color: 4485341.

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

Color convert

RGB 221 112 68 -
CMYK 0 0.49 0.69 0.13
HSL 17.25º 0.69% 0.57% -
HSV(B) 17.25º 0.69% 0.87% -
XYZ 36.66 27.38 8.82 -
YUV 139.58 87.61 186.08 -
System Red Green Blue C M Y K H S L
Decimal 221 112 68 0 0.49 0.69 0.13 17.25 0.69 0.57
Hex DD 70 44 0 31 45 D 11 45 39
Octal 335 160 104 0 61 105 15 21 105 71
Binary 11011101 1110000 1000100 0 110001 1000101 1101 10001 1000101 111001

Color Harmonies of #DD7044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7044

Black with #DD7044

Text Example


Text Example

White with #DD7044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7044; }

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

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

background-color css

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

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

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

border-color css

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

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

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