Html Css Color HEX #DF7848 Jaffa

📋 copy color: '#DF7848'

red 223 ◦ green 120 ◦ blue 72

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

Shades of Jaffa #DF7848

Tints of Jaffa #DF7848

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.92%

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

R = 53.73%
G = 28.92%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF7848 (or 0xDF7848) is known color: Jaffa. HEX triplet: DF, 78 and 48. RGB value is (223,120,72). Sum of RGB (Red+Green+Blue) = 223+120+72=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 72 (28.52% from 255 or 17.35% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7848 is #2087B7. Grayscale: #919191. Windows color (decimal): -2131896 or 4749535. OLE color: 4749535.

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

Color convert

RGB 223 120 72 -
CMYK 0 0.46 0.68 0.13
HSL 19.07º 0.7% 0.58% -
HSV(B) 19.07º 0.68% 0.87% -
XYZ 38.32 29.59 9.82 -
YUV 145.33 86.62 183.4 -
System Red Green Blue C M Y K H S L
Decimal 223 120 72 0 0.46 0.68 0.13 19.07 0.7 0.58
Hex DF 78 48 0 2E 44 D 13 46 3A
Octal 337 170 110 0 56 104 15 23 106 72
Binary 11011111 1111000 1001000 0 101110 1000100 1101 10011 1000110 111010

Color Harmonies of #DF7848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7848

Black with #DF7848

Text Example


Text Example

White with #DF7848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7848; }

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

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

background-color css

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

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

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

border-color css

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

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

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