Html Css Color HEX #DF7047 Jaffa

📋 copy color: '#DF7047'

red 223 ◦ green 112 ◦ blue 71

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

Shades of Jaffa #DF7047

Tints of Jaffa #DF7047

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.59%

 BLUE value IS 71 (28.13% from 255) = 17.49%

R = 54.93%
G = 27.59%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF7047 (or 0xDF7047) is known color: Jaffa. HEX triplet: DF, 70 and 47. RGB value is (223,112,71). Sum of RGB (Red+Green+Blue) = 223+112+71=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 71 (28.12% from 255 or 17.49% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7047 is #208FB8. Grayscale: #8C8C8C. Windows color (decimal): -2133945 or 4681951. OLE color: 4681951.

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

Color convert

RGB 223 112 71 -
CMYK 0 0.50 0.68 0.13
HSL 16.18º 0.7% 0.58% -
HSV(B) 16.18º 0.68% 0.87% -
XYZ 37.36 27.73 9.34 -
YUV 140.52 88.77 186.83 -
System Red Green Blue C M Y K H S L
Decimal 223 112 71 0 0.50 0.68 0.13 16.18 0.7 0.58
Hex DF 70 47 0 32 44 D 10 46 3A
Octal 337 160 107 0 62 104 15 20 106 72
Binary 11011111 1110000 1000111 0 110010 1000100 1101 10000 1000110 111010

Color Harmonies of #DF7047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7047

Black with #DF7047

Text Example


Text Example

White with #DF7047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7047; }

 p { color: rgb(223,112,71); }

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

background-color css

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

 a { background-color: rgb(223,112,71); }

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

border-color css

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

 span { border-color: rgb(223,112,71); }

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