Html Css Color HEX #DF7440 Jaffa

📋 copy color: '#DF7440'

red 223 ◦ green 116 ◦ blue 64

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

Shades of Jaffa #DF7440

Tints of Jaffa #DF7440

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.78%

 BLUE value IS 64 (25.39% from 255) = 15.88%

R = 55.33%
G = 28.78%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF7440 (or 0xDF7440) is known color: Jaffa. HEX triplet: DF, 74 and 40. RGB value is (223,116,64). Sum of RGB (Red+Green+Blue) = 223+116+64=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7440 is #208BBF. Grayscale: #8E8E8E. Windows color (decimal): -2132928 or 4224223. OLE color: 4224223.

HSL color Cylindrical-coordinate representation of color #DF7440: hue angle of 19.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF7440 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 116 64 -
CMYK 0 0.48 0.71 0.13
HSL 19.62º 0.71% 0.56% -
HSV(B) 19.62º 0.71% 0.87% -
XYZ 37.6 28.55 8.38 -
YUV 142.07 83.95 185.73 -
System Red Green Blue C M Y K H S L
Decimal 223 116 64 0 0.48 0.71 0.13 19.62 0.71 0.56
Hex DF 74 40 0 30 47 D 14 47 38
Octal 337 164 100 0 60 107 15 24 107 70
Binary 11011111 1110100 1000000 0 110000 1000111 1101 10100 1000111 111000

Color Harmonies of #DF7440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7440

Black with #DF7440

Text Example


Text Example

White with #DF7440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7440; }

 p { color: rgb(223,116,64); }

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

background-color css

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

 a { background-color: rgb(223,116,64); }

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

border-color css

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

 span { border-color: rgb(223,116,64); }

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