Html Css Color HEX #DD7944 Jaffa

📋 copy color: '#DD7944'

red 221 ◦ green 121 ◦ blue 68

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

Shades of Jaffa #DD7944

Tints of Jaffa #DD7944

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.51%

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

R = 53.9%
G = 29.51%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD7944 (or 0xDD7944) is known color: Jaffa. HEX triplet: DD, 79 and 44. RGB value is (221,121,68). Sum of RGB (Red+Green+Blue) = 221+121+68=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 68 (26.95% from 255 or 16.59% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7944 is #2286BB. Grayscale: #919191. Windows color (decimal): -2262716 or 4487645. OLE color: 4487645.

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

Color convert

RGB 221 121 68 -
CMYK 0 0.45 0.69 0.13
HSL 20.78º 0.69% 0.57% -
HSV(B) 20.78º 0.69% 0.87% -
XYZ 37.7 29.46 9.17 -
YUV 144.86 84.63 182.31 -
System Red Green Blue C M Y K H S L
Decimal 221 121 68 0 0.45 0.69 0.13 20.78 0.69 0.57
Hex DD 79 44 0 2D 45 D 15 45 39
Octal 335 171 104 0 55 105 15 25 105 71
Binary 11011101 1111001 1000100 0 101101 1000101 1101 10101 1000101 111001

Color Harmonies of #DD7944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7944

Black with #DD7944

Text Example


Text Example

White with #DD7944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7944; }

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

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

background-color css

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

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

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

border-color css

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

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

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