Html Css Color HEX #DF724A Jaffa

📋 copy color: '#DF724A'

red 223 ◦ green 114 ◦ blue 74

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

Shades of Jaffa #DF724A

Tints of Jaffa #DF724A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.74%

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

R = 54.26%
G = 27.74%
B = 18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF724A (or 0xDF724A) is known color: Jaffa. HEX triplet: DF, 72 and 4A. RGB value is (223,114,74). Sum of RGB (Red+Green+Blue) = 223+114+74=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF724A is #208DB5. Grayscale: #8E8E8E. Windows color (decimal): -2133430 or 4879071. OLE color: 4879071.

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

Color convert

RGB 223 114 74 -
CMYK 0 0.49 0.67 0.13
HSL 16.11º 0.7% 0.58% -
HSV(B) 16.11º 0.67% 0.87% -
XYZ 37.68 28.22 9.94 -
YUV 142.03 89.61 185.75 -
System Red Green Blue C M Y K H S L
Decimal 223 114 74 0 0.49 0.67 0.13 16.11 0.7 0.58
Hex DF 72 4A 0 31 43 D 10 46 3A
Octal 337 162 112 0 61 103 15 20 106 72
Binary 11011111 1110010 1001010 0 110001 1000011 1101 10000 1000110 111010

Color Harmonies of #DF724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF724A

Black with #DF724A

Text Example


Text Example

White with #DF724A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF724A; }

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

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

background-color css

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

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

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

border-color css

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

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

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