Html Css Color HEX #DF8147 Jaffa

📋 copy color: '#DF8147'

red 223 ◦ green 129 ◦ blue 71

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

Shades of Jaffa #DF8147

Tints of Jaffa #DF8147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.78%

R = 52.72%
G = 30.5%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF8147 (or 0xDF8147) is known color: Jaffa. HEX triplet: DF, 81 and 47. RGB value is (223,129,71). Sum of RGB (Red+Green+Blue) = 223+129+71=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 71 (28.12% from 255 or 16.78% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8147 is #207EB8. Grayscale: #969696. Windows color (decimal): -2129593 or 4686303. OLE color: 4686303.

HSL color Cylindrical-coordinate representation of color #DF8147: hue angle of 22.89º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF8147 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 129 71 -
CMYK 0 0.42 0.68 0.13
HSL 22.89º 0.7% 0.58% -
HSV(B) 22.89º 0.68% 0.87% -
XYZ 39.42 31.84 10.03 -
YUV 150.49 83.14 179.72 -
System Red Green Blue C M Y K H S L
Decimal 223 129 71 0 0.42 0.68 0.13 22.89 0.7 0.58
Hex DF 81 47 0 2A 44 D 17 46 3A
Octal 337 201 107 0 52 104 15 27 106 72
Binary 11011111 10000001 1000111 0 101010 1000100 1101 10111 1000110 111010

Color Harmonies of #DF8147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8147

Black with #DF8147

Text Example


Text Example

White with #DF8147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8147; }

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

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

background-color css

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

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

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

border-color css

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

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

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