Html Css Color HEX #DF743F Jaffa

📋 copy color: '#DF743F'

red 223 ◦ green 116 ◦ blue 63

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

Shades of Jaffa #DF743F

Tints of Jaffa #DF743F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.67%

R = 55.47%
G = 28.86%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF743F (or 0xDF743F) is known color: Jaffa. HEX triplet: DF, 74 and 3F. RGB value is (223,116,63). Sum of RGB (Red+Green+Blue) = 223+116+63=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 63 (25% from 255 or 15.67% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF743F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF743F is #208BC0. Grayscale: #8E8E8E. Windows color (decimal): -2132929 or 4158687. OLE color: 4158687.

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

Color convert

RGB 223 116 63 -
CMYK 0 0.48 0.72 0.13
HSL 19.88º 0.71% 0.56% -
HSV(B) 19.88º 0.72% 0.87% -
XYZ 37.57 28.54 8.23 -
YUV 141.95 83.45 185.81 -
System Red Green Blue C M Y K H S L
Decimal 223 116 63 0 0.48 0.72 0.13 19.88 0.71 0.56
Hex DF 74 3F 0 30 48 D 14 47 38
Octal 337 164 77 0 60 110 15 24 107 70
Binary 11011111 1110100 111111 0 110000 1001000 1101 10100 1000111 111000

Color Harmonies of #DF743F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF743F

Black with #DF743F

Text Example


Text Example

White with #DF743F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF743F; }

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

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

background-color css

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

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

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

border-color css

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

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

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