Html Css Color HEX #DF804E Jaffa

📋 copy color: '#DF804E'

red 223 ◦ green 128 ◦ blue 78

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

Shades of Jaffa #DF804E

Tints of Jaffa #DF804E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.18%

R = 51.98%
G = 29.84%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF804E (or 0xDF804E) is known color: Jaffa. HEX triplet: DF, 80 and 4E. RGB value is (223,128,78). Sum of RGB (Red+Green+Blue) = 223+128+78=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 78 (30.86% from 255 or 18.18% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF804E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF804E is #207FB1. Grayscale: #979797. Windows color (decimal): -2129842 or 5144799. OLE color: 5144799.

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

Color convert

RGB 223 128 78 -
CMYK 0 0.43 0.65 0.13
HSL 20.69º 0.69% 0.59% -
HSV(B) 20.69º 0.65% 0.87% -
XYZ 39.53 31.68 11.24 -
YUV 150.71 86.97 179.57 -
System Red Green Blue C M Y K H S L
Decimal 223 128 78 0 0.43 0.65 0.13 20.69 0.69 0.59
Hex DF 80 4E 0 2B 41 D 15 45 3B
Octal 337 200 116 0 53 101 15 25 105 73
Binary 11011111 10000000 1001110 0 101011 1000001 1101 10101 1000101 111011

Color Harmonies of #DF804E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF804E

Black with #DF804E

Text Example


Text Example

White with #DF804E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF804E; }

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

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

background-color css

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

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

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

border-color css

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

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

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