Html Css Color HEX #DF8454 Jaffa

📋 copy color: '#DF8454'

red 223 ◦ green 132 ◦ blue 84

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

Shades of Jaffa #DF8454

Tints of Jaffa #DF8454

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.07%

 BLUE value IS 84 (33.2% from 255) = 19.13%

R = 50.8%
G = 30.07%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DF8454 (or 0xDF8454) is known color: Jaffa. HEX triplet: DF, 84 and 54. RGB value is (223,132,84). Sum of RGB (Red+Green+Blue) = 223+132+84=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 84 (33.20% from 255 or 19.13% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8454 is #207BAB. Grayscale: #9A9A9A. Windows color (decimal): -2128812 or 5539039. OLE color: 5539039.

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

Color convert

RGB 223 132 84 -
CMYK 0 0.41 0.62 0.13
HSL 20.72º 0.68% 0.6% -
HSV(B) 20.72º 0.62% 0.87% -
XYZ 40.28 32.83 12.6 -
YUV 153.74 88.65 177.4 -
System Red Green Blue C M Y K H S L
Decimal 223 132 84 0 0.41 0.62 0.13 20.72 0.68 0.6
Hex DF 84 54 0 29 3E D 15 44 3C
Octal 337 204 124 0 51 76 15 25 104 74
Binary 11011111 10000100 1010100 0 101001 111110 1101 10101 1000100 111100

Color Harmonies of #DF8454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8454

Black with #DF8454

Text Example


Text Example

White with #DF8454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8454; }

 p { color: rgb(223,132,84); }

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

background-color css

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

 a { background-color: rgb(223,132,84); }

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

border-color css

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

 span { border-color: rgb(223,132,84); }

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