Html Css Color HEX #DF7148 Jaffa

📋 copy color: '#DF7148'

red 223 ◦ green 113 ◦ blue 72

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

Shades of Jaffa #DF7148

Tints of Jaffa #DF7148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.65%

R = 54.66%
G = 27.7%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF7148 (or 0xDF7148) is known color: Jaffa. HEX triplet: DF, 71 and 48. RGB value is (223,113,72). Sum of RGB (Red+Green+Blue) = 223+113+72=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7148 is #208EB7. Grayscale: #8D8D8D. Windows color (decimal): -2133688 or 4747743. OLE color: 4747743.

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

Color convert

RGB 223 113 72 -
CMYK 0 0.49 0.68 0.13
HSL 16.29º 0.7% 0.58% -
HSV(B) 16.29º 0.68% 0.87% -
XYZ 37.51 27.97 9.55 -
YUV 141.22 88.94 186.33 -
System Red Green Blue C M Y K H S L
Decimal 223 113 72 0 0.49 0.68 0.13 16.29 0.7 0.58
Hex DF 71 48 0 31 44 D 10 46 3A
Octal 337 161 110 0 61 104 15 20 106 72
Binary 11011111 1110001 1001000 0 110001 1000100 1101 10000 1000110 111010

Color Harmonies of #DF7148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7148

Black with #DF7148

Text Example


Text Example

White with #DF7148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7148; }

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

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

background-color css

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

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

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

border-color css

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

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

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