Html Css Color HEX #DF743D Jaffa

📋 copy color: '#DF743D'

red 223 ◦ green 116 ◦ blue 61

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

Shades of Jaffa #DF743D

Tints of Jaffa #DF743D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.25%

R = 55.75%
G = 29%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF743D (or 0xDF743D) is known color: Jaffa. HEX triplet: DF, 74 and 3D. RGB value is (223,116,61). Sum of RGB (Red+Green+Blue) = 223+116+61=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 61 (24.22% from 255 or 15.25% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF743D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF743D is #208BC2. Grayscale: #8E8E8E. Windows color (decimal): -2132931 or 4027615. OLE color: 4027615.

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

Color convert

RGB 223 116 61 -
CMYK 0 0.48 0.73 0.13
HSL 20.37º 0.72% 0.56% -
HSV(B) 20.37º 0.73% 0.87% -
XYZ 37.52 28.52 7.94 -
YUV 141.72 82.45 185.97 -
System Red Green Blue C M Y K H S L
Decimal 223 116 61 0 0.48 0.73 0.13 20.37 0.72 0.56
Hex DF 74 3D 0 30 49 D 14 48 38
Octal 337 164 75 0 60 111 15 24 110 70
Binary 11011111 1110100 111101 0 110000 1001001 1101 10100 1001000 111000

Color Harmonies of #DF743D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF743D

Black with #DF743D

Text Example


Text Example

White with #DF743D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF743D; }

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

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

background-color css

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

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

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

border-color css

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

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

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