Html Css Color HEX #DF814E Jaffa

📋 copy color: '#DF814E'

red 223 ◦ green 129 ◦ blue 78

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

Shades of Jaffa #DF814E

Tints of Jaffa #DF814E

RGB

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

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

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

R = 51.86%
G = 30%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF814E (or 0xDF814E) is known color: Jaffa. HEX triplet: DF, 81 and 4E. RGB value is (223,129,78). Sum of RGB (Red+Green+Blue) = 223+129+78=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 78 (30.86% from 255 or 18.14% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF814E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF814E is #207EB1. Grayscale: #979797. Windows color (decimal): -2129586 or 5145055. OLE color: 5145055.

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

Color convert

RGB 223 129 78 -
CMYK 0 0.42 0.65 0.13
HSL 21.1º 0.69% 0.59% -
HSV(B) 21.1º 0.65% 0.87% -
XYZ 39.66 31.94 11.28 -
YUV 151.29 86.64 179.15 -
System Red Green Blue C M Y K H S L
Decimal 223 129 78 0 0.42 0.65 0.13 21.1 0.69 0.59
Hex DF 81 4E 0 2A 41 D 15 45 3B
Octal 337 201 116 0 52 101 15 25 105 73
Binary 11011111 10000001 1001110 0 101010 1000001 1101 10101 1000101 111011

Color Harmonies of #DF814E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF814E

Black with #DF814E

Text Example


Text Example

White with #DF814E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF814E; }

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

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

background-color css

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

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

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

border-color css

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

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

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