Html Css Color HEX #DF8048 Jaffa

📋 copy color: '#DF8048'

red 223 ◦ green 128 ◦ blue 72

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

Shades of Jaffa #DF8048

Tints of Jaffa #DF8048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.02%

R = 52.72%
G = 30.26%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF8048 (or 0xDF8048) is known color: Jaffa. HEX triplet: DF, 80 and 48. RGB value is (223,128,72). Sum of RGB (Red+Green+Blue) = 223+128+72=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8048 is #207FB7. Grayscale: #969696. Windows color (decimal): -2129848 or 4751583. OLE color: 4751583.

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

Color convert

RGB 223 128 72 -
CMYK 0 0.43 0.68 0.13
HSL 22.25º 0.7% 0.58% -
HSV(B) 22.25º 0.68% 0.87% -
XYZ 39.32 31.59 10.16 -
YUV 150.02 83.97 180.05 -
System Red Green Blue C M Y K H S L
Decimal 223 128 72 0 0.43 0.68 0.13 22.25 0.7 0.58
Hex DF 80 48 0 2B 44 D 16 46 3A
Octal 337 200 110 0 53 104 15 26 106 72
Binary 11011111 10000000 1001000 0 101011 1000100 1101 10110 1000110 111010

Color Harmonies of #DF8048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8048

Black with #DF8048

Text Example


Text Example

White with #DF8048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8048; }

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

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

background-color css

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

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

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

border-color css

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

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

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