Html Css Color HEX #DF723F Jaffa

📋 copy color: '#DF723F'

red 223 ◦ green 114 ◦ blue 63

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

Shades of Jaffa #DF723F

Tints of Jaffa #DF723F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.75%

R = 55.75%
G = 28.5%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF723F (or 0xDF723F) is known color: Jaffa. HEX triplet: DF, 72 and 3F. RGB value is (223,114,63). Sum of RGB (Red+Green+Blue) = 223+114+63=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 63 (25% from 255 or 15.75% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF723F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF723F is #208DC0. Grayscale: #8D8D8D. Windows color (decimal): -2133441 or 4158175. OLE color: 4158175.

HSL color Cylindrical-coordinate representation of color #DF723F: hue angle of 19.12º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF723F is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 114 63 -
CMYK 0 0.49 0.72 0.13
HSL 19.13º 0.71% 0.56% -
HSV(B) 19.13º 0.72% 0.87% -
XYZ 37.35 28.08 8.15 -
YUV 140.78 84.11 186.65 -
System Red Green Blue C M Y K H S L
Decimal 223 114 63 0 0.49 0.72 0.13 19.13 0.71 0.56
Hex DF 72 3F 0 31 48 D 13 47 38
Octal 337 162 77 0 61 110 15 23 107 70
Binary 11011111 1110010 111111 0 110001 1001000 1101 10011 1000111 111000

Color Harmonies of #DF723F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF723F

Black with #DF723F

Text Example


Text Example

White with #DF723F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF723F; }

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

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

background-color css

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

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

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

border-color css

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

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

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