Html Css Color HEX #DF7640 Jaffa

📋 copy color: '#DF7640'

red 223 ◦ green 118 ◦ blue 64

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

Shades of Jaffa #DF7640

Tints of Jaffa #DF7640

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.14%

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

R = 55.06%
G = 29.14%
B = 15.8%

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

#DF7640 (or 0xDF7640) is known color: Jaffa. HEX triplet: DF, 76 and 40. RGB value is (223,118,64). Sum of RGB (Red+Green+Blue) = 223+118+64=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7640 is #2089BF. Grayscale: #8F8F8F. Windows color (decimal): -2132416 or 4224735. OLE color: 4224735.

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

Color convert

RGB 223 118 64 -
CMYK 0 0.47 0.71 0.13
HSL 20.38º 0.71% 0.56% -
HSV(B) 20.38º 0.71% 0.87% -
XYZ 37.84 29.02 8.46 -
YUV 143.24 83.29 184.89 -
System Red Green Blue C M Y K H S L
Decimal 223 118 64 0 0.47 0.71 0.13 20.38 0.71 0.56
Hex DF 76 40 0 2F 47 D 14 47 38
Octal 337 166 100 0 57 107 15 24 107 70
Binary 11011111 1110110 1000000 0 101111 1000111 1101 10100 1000111 111000

Color Harmonies of #DF7640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7640

Black with #DF7640

Text Example


Text Example

White with #DF7640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7640; }

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

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

background-color css

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

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

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

border-color css

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

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

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