Html Css Color HEX #DF7541 Jaffa

📋 copy color: '#DF7541'

red 223 ◦ green 117 ◦ blue 65

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

Shades of Jaffa #DF7541

Tints of Jaffa #DF7541

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.89%

 BLUE value IS 65 (25.78% from 255) = 16.05%

R = 55.06%
G = 28.89%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF7541 (or 0xDF7541) is known color: Jaffa. HEX triplet: DF, 75 and 41. RGB value is (223,117,65). Sum of RGB (Red+Green+Blue) = 223+117+65=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7541 is #208ABE. Grayscale: #8F8F8F. Windows color (decimal): -2132671 or 4290015. OLE color: 4290015.

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

Color convert

RGB 223 117 65 -
CMYK 0 0.48 0.71 0.13
HSL 19.75º 0.71% 0.56% -
HSV(B) 19.75º 0.71% 0.87% -
XYZ 37.75 28.79 8.57 -
YUV 142.77 84.12 185.23 -
System Red Green Blue C M Y K H S L
Decimal 223 117 65 0 0.48 0.71 0.13 19.75 0.71 0.56
Hex DF 75 41 0 30 47 D 14 47 38
Octal 337 165 101 0 60 107 15 24 107 70
Binary 11011111 1110101 1000001 0 110000 1000111 1101 10100 1000111 111000

Color Harmonies of #DF7541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7541

Black with #DF7541

Text Example


Text Example

White with #DF7541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7541; }

 p { color: rgb(223,117,65); }

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

background-color css

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

 a { background-color: rgb(223,117,65); }

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

border-color css

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

 span { border-color: rgb(223,117,65); }

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