Html Css Color HEX #DF6E48 Jaffa

📋 copy color: '#DF6E48'

red 223 ◦ green 110 ◦ blue 72

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

Shades of Jaffa #DF6E48

Tints of Jaffa #DF6E48

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.16%

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

R = 55.06%
G = 27.16%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF6E48 (or 0xDF6E48) is known color: Jaffa. HEX triplet: DF, 6E and 48. RGB value is (223,110,72). Sum of RGB (Red+Green+Blue) = 223+110+72=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6E48 is #2091B7. Grayscale: #8B8B8B. Windows color (decimal): -2134456 or 4746975. OLE color: 4746975.

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

Color convert

RGB 223 110 72 -
CMYK 0 0.51 0.68 0.13
HSL 15.1º 0.7% 0.58% -
HSV(B) 15.1º 0.68% 0.87% -
XYZ 37.18 27.31 9.44 -
YUV 139.46 89.94 187.59 -
System Red Green Blue C M Y K H S L
Decimal 223 110 72 0 0.51 0.68 0.13 15.1 0.7 0.58
Hex DF 6E 48 0 33 44 D F 46 3A
Octal 337 156 110 0 63 104 15 17 106 72
Binary 11011111 1101110 1001000 0 110011 1000100 1101 1111 1000110 111010

Color Harmonies of #DF6E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6E48

Black with #DF6E48

Text Example


Text Example

White with #DF6E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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