Html Css Color HEX #DF744A Jaffa

📋 copy color: '#DF744A'

red 223 ◦ green 116 ◦ blue 74

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

Shades of Jaffa #DF744A

Tints of Jaffa #DF744A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.92%

R = 54%
G = 28.09%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF744A (or 0xDF744A) is known color: Jaffa. HEX triplet: DF, 74 and 4A. RGB value is (223,116,74). Sum of RGB (Red+Green+Blue) = 223+116+74=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF744A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF744A is #208BB5. Grayscale: #8F8F8F. Windows color (decimal): -2132918 or 4879583. OLE color: 4879583.

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

Color convert

RGB 223 116 74 -
CMYK 0 0.48 0.67 0.13
HSL 16.91º 0.7% 0.58% -
HSV(B) 16.91º 0.67% 0.87% -
XYZ 37.91 28.67 10.01 -
YUV 143.21 88.95 184.92 -
System Red Green Blue C M Y K H S L
Decimal 223 116 74 0 0.48 0.67 0.13 16.91 0.7 0.58
Hex DF 74 4A 0 30 43 D 11 46 3A
Octal 337 164 112 0 60 103 15 21 106 72
Binary 11011111 1110100 1001010 0 110000 1000011 1101 10001 1000110 111010

Color Harmonies of #DF744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF744A

Black with #DF744A

Text Example


Text Example

White with #DF744A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF744A; }

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

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

background-color css

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

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

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

border-color css

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

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

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