Html Css Color HEX #DF8051 Jaffa

📋 copy color: '#DF8051'

red 223 ◦ green 128 ◦ blue 81

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

Shades of Jaffa #DF8051

Tints of Jaffa #DF8051

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.63%

 BLUE value IS 81 (32.03% from 255) = 18.75%

R = 51.62%
G = 29.63%
B = 18.75%

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

#DF8051 (or 0xDF8051) is known color: Jaffa. HEX triplet: DF, 80 and 51. RGB value is (223,128,81). Sum of RGB (Red+Green+Blue) = 223+128+81=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 81 (32.03% from 255 or 18.75% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8051 is #207FAE. Grayscale: #979797. Windows color (decimal): -2129839 or 5341407. OLE color: 5341407.

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

Color convert

RGB 223 128 81 -
CMYK 0 0.43 0.64 0.13
HSL 19.86º 0.69% 0.6% -
HSV(B) 19.86º 0.64% 0.87% -
XYZ 39.64 31.72 11.82 -
YUV 151.05 88.47 179.32 -
System Red Green Blue C M Y K H S L
Decimal 223 128 81 0 0.43 0.64 0.13 19.86 0.69 0.6
Hex DF 80 51 0 2B 40 D 14 45 3C
Octal 337 200 121 0 53 100 15 24 105 74
Binary 11011111 10000000 1010001 0 101011 1000000 1101 10100 1000101 111100

Color Harmonies of #DF8051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8051

Black with #DF8051

Text Example


Text Example

White with #DF8051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8051; }

 p { color: rgb(223,128,81); }

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

background-color css

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

 a { background-color: rgb(223,128,81); }

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

border-color css

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

 span { border-color: rgb(223,128,81); }

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