Html Css Color HEX #DF724B Jaffa

📋 copy color: '#DF724B'

red 223 ◦ green 114 ◦ blue 75

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

Shades of Jaffa #DF724B

Tints of Jaffa #DF724B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.2%

R = 54.13%
G = 27.67%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF724B (or 0xDF724B) is known color: Jaffa. HEX triplet: DF, 72 and 4B. RGB value is (223,114,75). Sum of RGB (Red+Green+Blue) = 223+114+75=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF724B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF724B is #208DB4. Grayscale: #8E8E8E. Windows color (decimal): -2133429 or 4944607. OLE color: 4944607.

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

Color convert

RGB 223 114 75 -
CMYK 0 0.49 0.66 0.13
HSL 15.81º 0.7% 0.58% -
HSV(B) 15.81º 0.66% 0.87% -
XYZ 37.72 28.23 10.12 -
YUV 142.15 90.11 185.67 -
System Red Green Blue C M Y K H S L
Decimal 223 114 75 0 0.49 0.66 0.13 15.81 0.7 0.58
Hex DF 72 4B 0 31 42 D 10 46 3A
Octal 337 162 113 0 61 102 15 20 106 72
Binary 11011111 1110010 1001011 0 110001 1000010 1101 10000 1000110 111010

Color Harmonies of #DF724B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF724B

Black with #DF724B

Text Example


Text Example

White with #DF724B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF724B; }

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

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

background-color css

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

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

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

border-color css

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

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

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