Html Css Color HEX #DF7449 Jaffa

📋 copy color: '#DF7449'

red 223 ◦ green 116 ◦ blue 73

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

Shades of Jaffa #DF7449

Tints of Jaffa #DF7449

RGB

 RED value IS 223 (87.5% from 255) = 54.13%

 GREEN value IS 116 (45.7% from 255) = 28.16%

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

R = 54.13%
G = 28.16%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF7449 (or 0xDF7449) is known color: Jaffa. HEX triplet: DF, 74 and 49. RGB value is (223,116,73). Sum of RGB (Red+Green+Blue) = 223+116+73=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 73 (28.91% from 255 or 17.72% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7449 is #208BB6. Grayscale: #8F8F8F. Windows color (decimal): -2132919 or 4814047. OLE color: 4814047.

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

Color convert

RGB 223 116 73 -
CMYK 0 0.48 0.67 0.13
HSL 17.2º 0.7% 0.58% -
HSV(B) 17.2º 0.67% 0.87% -
XYZ 37.88 28.66 9.84 -
YUV 143.09 88.45 185 -
System Red Green Blue C M Y K H S L
Decimal 223 116 73 0 0.48 0.67 0.13 17.2 0.7 0.58
Hex DF 74 49 0 30 43 D 11 46 3A
Octal 337 164 111 0 60 103 15 21 106 72
Binary 11011111 1110100 1001001 0 110000 1000011 1101 10001 1000110 111010

Color Harmonies of #DF7449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7449

Black with #DF7449

Text Example


Text Example

White with #DF7449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7449; }

 p { color: rgb(223,116,73); }

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

background-color css

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

 a { background-color: rgb(223,116,73); }

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

border-color css

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

 span { border-color: rgb(223,116,73); }

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