Html Css Color HEX #DF704A Jaffa

📋 copy color: '#DF704A'

red 223 ◦ green 112 ◦ blue 74

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

Shades of Jaffa #DF704A

Tints of Jaffa #DF704A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.38%

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

R = 54.52%
G = 27.38%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF704A (or 0xDF704A) is known color: Jaffa. HEX triplet: DF, 70 and 4A. RGB value is (223,112,74). Sum of RGB (Red+Green+Blue) = 223+112+74=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DF704A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF704A is #208FB5. Grayscale: #8D8D8D. Windows color (decimal): -2133942 or 4878559. OLE color: 4878559.

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

Color convert

RGB 223 112 74 -
CMYK 0 0.50 0.67 0.13
HSL 15.3º 0.7% 0.58% -
HSV(B) 15.3º 0.67% 0.87% -
XYZ 37.46 27.77 9.86 -
YUV 140.86 90.27 186.59 -
System Red Green Blue C M Y K H S L
Decimal 223 112 74 0 0.50 0.67 0.13 15.3 0.7 0.58
Hex DF 70 4A 0 32 43 D F 46 3A
Octal 337 160 112 0 62 103 15 17 106 72
Binary 11011111 1110000 1001010 0 110010 1000011 1101 1111 1000110 111010

Color Harmonies of #DF704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF704A

Black with #DF704A

Text Example


Text Example

White with #DF704A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF704A; }

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

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

background-color css

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

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

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

border-color css

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

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

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