Html Css Color HEX #DF7950 Jaffa

📋 copy color: '#DF7950'

red 223 ◦ green 121 ◦ blue 80

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

Shades of Jaffa #DF7950

Tints of Jaffa #DF7950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.87%

R = 52.59%
G = 28.54%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF7950 (or 0xDF7950) is known color: Jaffa. HEX triplet: DF, 79 and 50. RGB value is (223,121,80). Sum of RGB (Red+Green+Blue) = 223+121+80=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7950 is #2086AF. Grayscale: #939393. Windows color (decimal): -2131632 or 5274079. OLE color: 5274079.

HSL color Cylindrical-coordinate representation of color #DF7950: hue angle of 17.2º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF7950 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 121 80 -
CMYK 0 0.46 0.64 0.13
HSL 17.2º 0.69% 0.59% -
HSV(B) 17.2º 0.64% 0.87% -
XYZ 38.72 29.94 11.33 -
YUV 146.82 90.29 182.33 -
System Red Green Blue C M Y K H S L
Decimal 223 121 80 0 0.46 0.64 0.13 17.2 0.69 0.59
Hex DF 79 50 0 2E 40 D 11 45 3B
Octal 337 171 120 0 56 100 15 21 105 73
Binary 11011111 1111001 1010000 0 101110 1000000 1101 10001 1000101 111011

Color Harmonies of #DF7950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7950

Black with #DF7950

Text Example


Text Example

White with #DF7950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7950; }

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

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

background-color css

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

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

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

border-color css

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

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

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