Html Css Color HEX #DD7C49 Jaffa

📋 copy color: '#DD7C49'

red 221 ◦ green 124 ◦ blue 73

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

Shades of Jaffa #DD7C49

Tints of Jaffa #DD7C49

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.67%

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

R = 52.87%
G = 29.67%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD7C49 (or 0xDD7C49) is known color: Jaffa. HEX triplet: DD, 7C and 49. RGB value is (221,124,73). Sum of RGB (Red+Green+Blue) = 221+124+73=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 73 (28.91% from 255 or 17.46% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7C49 is #2283B6. Grayscale: #939393. Windows color (decimal): -2261943 or 4816093. OLE color: 4816093.

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

Color convert

RGB 221 124 73 -
CMYK 0 0.44 0.67 0.13
HSL 20.68º 0.69% 0.58% -
HSV(B) 20.68º 0.67% 0.87% -
XYZ 38.23 30.27 10.13 -
YUV 147.19 86.14 180.65 -
System Red Green Blue C M Y K H S L
Decimal 221 124 73 0 0.44 0.67 0.13 20.68 0.69 0.58
Hex DD 7C 49 0 2C 43 D 15 45 3A
Octal 335 174 111 0 54 103 15 25 105 72
Binary 11011101 1111100 1001001 0 101100 1000011 1101 10101 1000101 111010

Color Harmonies of #DD7C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7C49

Black with #DD7C49

Text Example


Text Example

White with #DD7C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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