Html Css Color HEX #DF7740 Jaffa

📋 copy color: '#DF7740'

red 223 ◦ green 119 ◦ blue 64

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

Shades of Jaffa #DF7740

Tints of Jaffa #DF7740

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.31%

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

R = 54.93%
G = 29.31%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF7740 (or 0xDF7740) is known color: Jaffa. HEX triplet: DF, 77 and 40. RGB value is (223,119,64). Sum of RGB (Red+Green+Blue) = 223+119+64=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7740 is #2088BF. Grayscale: #909090. Windows color (decimal): -2132160 or 4224991. OLE color: 4224991.

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

Color convert

RGB 223 119 64 -
CMYK 0 0.47 0.71 0.13
HSL 20.75º 0.71% 0.56% -
HSV(B) 20.75º 0.71% 0.87% -
XYZ 37.95 29.25 8.5 -
YUV 143.83 82.96 184.47 -
System Red Green Blue C M Y K H S L
Decimal 223 119 64 0 0.47 0.71 0.13 20.75 0.71 0.56
Hex DF 77 40 0 2F 47 D 15 47 38
Octal 337 167 100 0 57 107 15 25 107 70
Binary 11011111 1110111 1000000 0 101111 1000111 1101 10101 1000111 111000

Color Harmonies of #DF7740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7740

Black with #DF7740

Text Example


Text Example

White with #DF7740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7740; }

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

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

background-color css

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

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

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

border-color css

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

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

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