Html Css Color HEX #DF8350 Jaffa

📋 copy color: '#DF8350'

red 223 ◦ green 131 ◦ blue 80

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

Shades of Jaffa #DF8350

Tints of Jaffa #DF8350

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.18%

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

R = 51.38%
G = 30.18%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF8350 (or 0xDF8350) is known color: Jaffa. HEX triplet: DF, 83 and 50. RGB value is (223,131,80). Sum of RGB (Red+Green+Blue) = 223+131+80=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8350 is #207CAF. Grayscale: #989898. Windows color (decimal): -2129072 or 5276639. OLE color: 5276639.

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

Color convert

RGB 223 131 80 -
CMYK 0 0.41 0.64 0.13
HSL 21.4º 0.69% 0.59% -
HSV(B) 21.4º 0.64% 0.87% -
XYZ 40 32.5 11.75 -
YUV 152.69 86.98 178.15 -
System Red Green Blue C M Y K H S L
Decimal 223 131 80 0 0.41 0.64 0.13 21.4 0.69 0.59
Hex DF 83 50 0 29 40 D 15 45 3B
Octal 337 203 120 0 51 100 15 25 105 73
Binary 11011111 10000011 1010000 0 101001 1000000 1101 10101 1000101 111011

Color Harmonies of #DF8350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8350

Black with #DF8350

Text Example


Text Example

White with #DF8350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8350; }

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

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

background-color css

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

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

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

border-color css

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

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

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