Html Css Color HEX #DF7149 Jaffa

📋 copy color: '#DF7149'

red 223 ◦ green 113 ◦ blue 73

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

Shades of Jaffa #DF7149

Tints of Jaffa #DF7149

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.63%

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

R = 54.52%
G = 27.63%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF7149 (or 0xDF7149) is known color: Jaffa. HEX triplet: DF, 71 and 49. RGB value is (223,113,73). Sum of RGB (Red+Green+Blue) = 223+113+73=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7149 is #208EB6. Grayscale: #8D8D8D. Windows color (decimal): -2133687 or 4813279. OLE color: 4813279.

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

Color convert

RGB 223 113 73 -
CMYK 0 0.49 0.67 0.13
HSL 16º 0.7% 0.58% -
HSV(B) 16º 0.67% 0.87% -
XYZ 37.54 27.98 9.73 -
YUV 141.33 89.44 186.25 -
System Red Green Blue C M Y K H S L
Decimal 223 113 73 0 0.49 0.67 0.13 16 0.7 0.58
Hex DF 71 49 0 31 43 D 10 46 3A
Octal 337 161 111 0 61 103 15 20 106 72
Binary 11011111 1110001 1001001 0 110001 1000011 1101 10000 1000110 111010

Color Harmonies of #DF7149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7149

Black with #DF7149

Text Example


Text Example

White with #DF7149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7149; }

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

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

background-color css

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

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

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

border-color css

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

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

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