Html Css Color HEX #DF743E Jaffa

📋 copy color: '#DF743E'

red 223 ◦ green 116 ◦ blue 62

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

Shades of Jaffa #DF743E

Tints of Jaffa #DF743E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.46%

R = 55.61%
G = 28.93%
B = 15.46%

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

#DF743E (or 0xDF743E) is known color: Jaffa. HEX triplet: DF, 74 and 3E. RGB value is (223,116,62). Sum of RGB (Red+Green+Blue) = 223+116+62=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF743E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF743E is #208BC1. Grayscale: #8E8E8E. Windows color (decimal): -2132930 or 4093151. OLE color: 4093151.

HSL color Cylindrical-coordinate representation of color #DF743E: hue angle of 20.12º degrees, saturation: 0.72, 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 #DF743E is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 116 62 -
CMYK 0 0.48 0.72 0.13
HSL 20.12º 0.72% 0.56% -
HSV(B) 20.12º 0.72% 0.87% -
XYZ 37.55 28.53 8.08 -
YUV 141.84 82.95 185.89 -
System Red Green Blue C M Y K H S L
Decimal 223 116 62 0 0.48 0.72 0.13 20.12 0.72 0.56
Hex DF 74 3E 0 30 48 D 14 48 38
Octal 337 164 76 0 60 110 15 24 110 70
Binary 11011111 1110100 111110 0 110000 1001000 1101 10100 1001000 111000

Color Harmonies of #DF743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF743E

Black with #DF743E

Text Example


Text Example

White with #DF743E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF743E; }

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

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

background-color css

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

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

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

border-color css

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

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

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