Html Css Color HEX #DF8248 Jaffa

📋 copy color: '#DF8248'

red 223 ◦ green 130 ◦ blue 72

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

Shades of Jaffa #DF8248

Tints of Jaffa #DF8248

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.59%

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

R = 52.47%
G = 30.59%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF8248 (or 0xDF8248) is known color: Jaffa. HEX triplet: DF, 82 and 48. RGB value is (223,130,72). Sum of RGB (Red+Green+Blue) = 223+130+72=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 72 (28.52% from 255 or 16.94% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8248 is #207DB7. Grayscale: #979797. Windows color (decimal): -2129336 or 4752095. OLE color: 4752095.

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

Color convert

RGB 223 130 72 -
CMYK 0 0.42 0.68 0.13
HSL 23.05º 0.7% 0.58% -
HSV(B) 23.05º 0.68% 0.87% -
XYZ 39.58 32.12 10.24 -
YUV 151.2 83.31 179.22 -
System Red Green Blue C M Y K H S L
Decimal 223 130 72 0 0.42 0.68 0.13 23.05 0.7 0.58
Hex DF 82 48 0 2A 44 D 17 46 3A
Octal 337 202 110 0 52 104 15 27 106 72
Binary 11011111 10000010 1001000 0 101010 1000100 1101 10111 1000110 111010

Color Harmonies of #DF8248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8248

Black with #DF8248

Text Example


Text Example

White with #DF8248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8248; }

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

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

background-color css

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

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

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

border-color css

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

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

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