Html Css Color HEX #DD6E49 Jaffa

📋 copy color: '#DD6E49'

red 221 ◦ green 110 ◦ blue 73

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

Shades of Jaffa #DD6E49

Tints of Jaffa #DD6E49

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.23%

 BLUE value IS 73 (28.91% from 255) = 18.07%

R = 54.7%
G = 27.23%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD6E49 (or 0xDD6E49) is known color: Jaffa. HEX triplet: DD, 6E and 49. RGB value is (221,110,73). Sum of RGB (Red+Green+Blue) = 221+110+73=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6E49 is #2291B6. Grayscale: #8B8B8B. Windows color (decimal): -2265527 or 4812509. OLE color: 4812509.

HSL color Cylindrical-coordinate representation of color #DD6E49: hue angle of 15º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD6E49 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 110 73 -
CMYK 0 0.50 0.67 0.13
HSL 15º 0.69% 0.58% -
HSV(B) 15º 0.67% 0.87% -
XYZ 36.6 27.01 9.59 -
YUV 138.97 90.77 186.51 -
System Red Green Blue C M Y K H S L
Decimal 221 110 73 0 0.50 0.67 0.13 15 0.69 0.58
Hex DD 6E 49 0 32 43 D F 45 3A
Octal 335 156 111 0 62 103 15 17 105 72
Binary 11011101 1101110 1001001 0 110010 1000011 1101 1111 1000101 111010

Color Harmonies of #DD6E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6E49

Black with #DD6E49

Text Example


Text Example

White with #DD6E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6E49; }

 p { color: rgb(221,110,73); }

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

background-color css

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

 a { background-color: rgb(221,110,73); }

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

border-color css

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

 span { border-color: rgb(221,110,73); }

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