Html Css Color HEX #DF8150 Jaffa

📋 copy color: '#DF8150'

red 223 ◦ green 129 ◦ blue 80

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

Shades of Jaffa #DF8150

Tints of Jaffa #DF8150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.52%

R = 51.62%
G = 29.86%
B = 18.52%

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

#DF8150 (or 0xDF8150) is known color: Jaffa. HEX triplet: DF, 81 and 50. RGB value is (223,129,80). Sum of RGB (Red+Green+Blue) = 223+129+80=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8150 is #207EAF. Grayscale: #979797. Windows color (decimal): -2129584 or 5276127. OLE color: 5276127.

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

Color convert

RGB 223 129 80 -
CMYK 0 0.42 0.64 0.13
HSL 20.56º 0.69% 0.59% -
HSV(B) 20.56º 0.64% 0.87% -
XYZ 39.73 31.97 11.67 -
YUV 151.52 87.64 178.98 -
System Red Green Blue C M Y K H S L
Decimal 223 129 80 0 0.42 0.64 0.13 20.56 0.69 0.59
Hex DF 81 50 0 2A 40 D 15 45 3B
Octal 337 201 120 0 52 100 15 25 105 73
Binary 11011111 10000001 1010000 0 101010 1000000 1101 10101 1000101 111011

Color Harmonies of #DF8150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8150

Black with #DF8150

Text Example


Text Example

White with #DF8150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8150; }

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

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

background-color css

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

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

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

border-color css

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

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

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