Html Css Color HEX #DF7749 Jaffa

📋 copy color: '#DF7749'

red 223 ◦ green 119 ◦ blue 73

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

Shades of Jaffa #DF7749

Tints of Jaffa #DF7749

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.67%

 BLUE value IS 73 (28.91% from 255) = 17.59%

R = 53.73%
G = 28.67%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF7749 (or 0xDF7749) is known color: Jaffa. HEX triplet: DF, 77 and 49. RGB value is (223,119,73). Sum of RGB (Red+Green+Blue) = 223+119+73=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7749 is #2088B6. Grayscale: #919191. Windows color (decimal): -2132151 or 4814815. OLE color: 4814815.

HSL color Cylindrical-coordinate representation of color #DF7749: hue angle of 18.4º 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 #DF7749 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 119 73 -
CMYK 0 0.47 0.67 0.13
HSL 18.4º 0.7% 0.58% -
HSV(B) 18.4º 0.67% 0.87% -
XYZ 38.23 29.36 9.96 -
YUV 144.85 87.46 183.74 -
System Red Green Blue C M Y K H S L
Decimal 223 119 73 0 0.47 0.67 0.13 18.4 0.7 0.58
Hex DF 77 49 0 2F 43 D 12 46 3A
Octal 337 167 111 0 57 103 15 22 106 72
Binary 11011111 1110111 1001001 0 101111 1000011 1101 10010 1000110 111010

Color Harmonies of #DF7749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7749

Black with #DF7749

Text Example


Text Example

White with #DF7749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7749; }

 p { color: rgb(223,119,73); }

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

background-color css

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

 a { background-color: rgb(223,119,73); }

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

border-color css

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

 span { border-color: rgb(223,119,73); }

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