Html Css Color HEX #DF814D Jaffa

📋 copy color: '#DF814D'

red 223 ◦ green 129 ◦ blue 77

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

Shades of Jaffa #DF814D

Tints of Jaffa #DF814D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.95%

R = 51.98%
G = 30.07%
B = 17.95%

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

#DF814D (or 0xDF814D) is known color: Jaffa. HEX triplet: DF, 81 and 4D. RGB value is (223,129,77). Sum of RGB (Red+Green+Blue) = 223+129+77=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF814D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF814D is #207EB2. Grayscale: #979797. Windows color (decimal): -2129587 or 5079519. OLE color: 5079519.

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

Color convert

RGB 223 129 77 -
CMYK 0 0.42 0.65 0.13
HSL 21.37º 0.7% 0.59% -
HSV(B) 21.37º 0.65% 0.87% -
XYZ 39.62 31.92 11.09 -
YUV 151.18 86.14 179.23 -
System Red Green Blue C M Y K H S L
Decimal 223 129 77 0 0.42 0.65 0.13 21.37 0.7 0.59
Hex DF 81 4D 0 2A 41 D 15 46 3B
Octal 337 201 115 0 52 101 15 25 106 73
Binary 11011111 10000001 1001101 0 101010 1000001 1101 10101 1000110 111011

Color Harmonies of #DF814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF814D

Black with #DF814D

Text Example


Text Example

White with #DF814D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF814D; }

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

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

background-color css

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

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

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

border-color css

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

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

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