Html Css Color HEX #DF8054 Jaffa

📋 copy color: '#DF8054'

red 223 ◦ green 128 ◦ blue 84

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

Shades of Jaffa #DF8054

Tints of Jaffa #DF8054

RGB

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

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

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

R = 51.26%
G = 29.43%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DF8054 (or 0xDF8054) is known color: Jaffa. HEX triplet: DF, 80 and 54. RGB value is (223,128,84). Sum of RGB (Red+Green+Blue) = 223+128+84=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 84 (33.20% from 255 or 19.31% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8054 is #207FAB. Grayscale: #979797. Windows color (decimal): -2129836 or 5538015. OLE color: 5538015.

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

Color convert

RGB 223 128 84 -
CMYK 0 0.43 0.62 0.13
HSL 18.99º 0.68% 0.6% -
HSV(B) 18.99º 0.62% 0.87% -
XYZ 39.75 31.77 12.42 -
YUV 151.39 89.97 179.08 -
System Red Green Blue C M Y K H S L
Decimal 223 128 84 0 0.43 0.62 0.13 18.99 0.68 0.6
Hex DF 80 54 0 2B 3E D 13 44 3C
Octal 337 200 124 0 53 76 15 23 104 74
Binary 11011111 10000000 1010100 0 101011 111110 1101 10011 1000100 111100

Color Harmonies of #DF8054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8054

Black with #DF8054

Text Example


Text Example

White with #DF8054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8054; }

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

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

background-color css

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

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

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

border-color css

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

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

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