Html Css Color HEX #DF8151 Jaffa

📋 copy color: '#DF8151'

red 223 ◦ green 129 ◦ blue 81

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

Shades of Jaffa #DF8151

Tints of Jaffa #DF8151

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.79%

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

R = 51.5%
G = 29.79%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF8151 (or 0xDF8151) is known color: Jaffa. HEX triplet: DF, 81 and 51. RGB value is (223,129,81). Sum of RGB (Red+Green+Blue) = 223+129+81=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 81 (32.03% from 255 or 18.71% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8151 is #207EAE. Grayscale: #979797. Windows color (decimal): -2129583 or 5341663. OLE color: 5341663.

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

Color convert

RGB 223 129 81 -
CMYK 0 0.42 0.64 0.13
HSL 20.28º 0.69% 0.6% -
HSV(B) 20.28º 0.64% 0.87% -
XYZ 39.77 31.98 11.86 -
YUV 151.63 88.14 178.9 -
System Red Green Blue C M Y K H S L
Decimal 223 129 81 0 0.42 0.64 0.13 20.28 0.69 0.6
Hex DF 81 51 0 2A 40 D 14 45 3C
Octal 337 201 121 0 52 100 15 24 105 74
Binary 11011111 10000001 1010001 0 101010 1000000 1101 10100 1000101 111100

Color Harmonies of #DF8151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8151

Black with #DF8151

Text Example


Text Example

White with #DF8151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8151; }

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

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

background-color css

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

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

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

border-color css

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

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

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