Html Css Color HEX #DF744C Jaffa

📋 copy color: '#DF744C'

red 223 ◦ green 116 ◦ blue 76

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

Shades of Jaffa #DF744C

Tints of Jaffa #DF744C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.31%

R = 53.73%
G = 27.95%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF744C (or 0xDF744C) is known color: Jaffa. HEX triplet: DF, 74 and 4C. RGB value is (223,116,76). Sum of RGB (Red+Green+Blue) = 223+116+76=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 76 (30.08% from 255 or 18.31% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF744C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF744C is #208BB3. Grayscale: #8F8F8F. Windows color (decimal): -2132916 or 5010655. OLE color: 5010655.

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

Color convert

RGB 223 116 76 -
CMYK 0 0.48 0.66 0.13
HSL 16.33º 0.7% 0.59% -
HSV(B) 16.33º 0.66% 0.87% -
XYZ 37.98 28.7 10.38 -
YUV 143.43 89.95 184.75 -
System Red Green Blue C M Y K H S L
Decimal 223 116 76 0 0.48 0.66 0.13 16.33 0.7 0.59
Hex DF 74 4C 0 30 42 D 10 46 3B
Octal 337 164 114 0 60 102 15 20 106 73
Binary 11011111 1110100 1001100 0 110000 1000010 1101 10000 1000110 111011

Color Harmonies of #DF744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF744C

Black with #DF744C

Text Example


Text Example

White with #DF744C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF744C; }

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

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

background-color css

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

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

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

border-color css

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

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

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