Html Css Color HEX #DF7941 Jaffa

📋 copy color: '#DF7941'

red 223 ◦ green 121 ◦ blue 65

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

Shades of Jaffa #DF7941

Tints of Jaffa #DF7941

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.58%

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

R = 54.52%
G = 29.58%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF7941 (or 0xDF7941) is known color: Jaffa. HEX triplet: DF, 79 and 41. RGB value is (223,121,65). Sum of RGB (Red+Green+Blue) = 223+121+65=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7941 is #2086BE. Grayscale: #919191. Windows color (decimal): -2131647 or 4291039. OLE color: 4291039.

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

Color convert

RGB 223 121 65 -
CMYK 0 0.46 0.71 0.13
HSL 21.27º 0.71% 0.56% -
HSV(B) 21.27º 0.71% 0.87% -
XYZ 38.22 29.74 8.73 -
YUV 145.11 82.79 183.55 -
System Red Green Blue C M Y K H S L
Decimal 223 121 65 0 0.46 0.71 0.13 21.27 0.71 0.56
Hex DF 79 41 0 2E 47 D 15 47 38
Octal 337 171 101 0 56 107 15 25 107 70
Binary 11011111 1111001 1000001 0 101110 1000111 1101 10101 1000111 111000

Color Harmonies of #DF7941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7941

Black with #DF7941

Text Example


Text Example

White with #DF7941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7941; }

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

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

background-color css

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

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

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

border-color css

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

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

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