Html Css Color HEX #DF7E50 Jaffa

📋 copy color: '#DF7E50'

red 223 ◦ green 126 ◦ blue 80

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

Shades of Jaffa #DF7E50

Tints of Jaffa #DF7E50

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.37%

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

R = 51.98%
G = 29.37%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF7E50 (or 0xDF7E50) is known color: Jaffa. HEX triplet: DF, 7E and 50. RGB value is (223,126,80). Sum of RGB (Red+Green+Blue) = 223+126+80=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7E50 is #2081AF. Grayscale: #969696. Windows color (decimal): -2130352 or 5275359. OLE color: 5275359.

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

Color convert

RGB 223 126 80 -
CMYK 0 0.43 0.64 0.13
HSL 19.3º 0.69% 0.59% -
HSV(B) 19.3º 0.64% 0.87% -
XYZ 39.34 31.19 11.54 -
YUV 149.76 88.64 180.24 -
System Red Green Blue C M Y K H S L
Decimal 223 126 80 0 0.43 0.64 0.13 19.3 0.69 0.59
Hex DF 7E 50 0 2B 40 D 13 45 3B
Octal 337 176 120 0 53 100 15 23 105 73
Binary 11011111 1111110 1010000 0 101011 1000000 1101 10011 1000101 111011

Color Harmonies of #DF7E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7E50

Black with #DF7E50

Text Example


Text Example

White with #DF7E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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