Html Css Color HEX #DF6F49 Jaffa

📋 copy color: '#DF6F49'

red 223 ◦ green 111 ◦ blue 73

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

Shades of Jaffa #DF6F49

Tints of Jaffa #DF6F49

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.27%

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

R = 54.79%
G = 27.27%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF6F49 (or 0xDF6F49) is known color: Jaffa. HEX triplet: DF, 6F and 49. RGB value is (223,111,73). Sum of RGB (Red+Green+Blue) = 223+111+73=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6F49 is #2090B6. Grayscale: #8C8C8C. Windows color (decimal): -2134199 or 4812767. OLE color: 4812767.

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

Color convert

RGB 223 111 73 -
CMYK 0 0.50 0.67 0.13
HSL 15.2º 0.7% 0.58% -
HSV(B) 15.2º 0.67% 0.87% -
XYZ 37.32 27.54 9.65 -
YUV 140.16 90.11 187.09 -
System Red Green Blue C M Y K H S L
Decimal 223 111 73 0 0.50 0.67 0.13 15.2 0.7 0.58
Hex DF 6F 49 0 32 43 D F 46 3A
Octal 337 157 111 0 62 103 15 17 106 72
Binary 11011111 1101111 1001001 0 110010 1000011 1101 1111 1000110 111010

Color Harmonies of #DF6F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6F49

Black with #DF6F49

Text Example


Text Example

White with #DF6F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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