Html Css Color HEX #DF7948 Jaffa

📋 copy color: '#DF7948'

red 223 ◦ green 121 ◦ blue 72

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

Shades of Jaffa #DF7948

Tints of Jaffa #DF7948

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.09%

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

R = 53.61%
G = 29.09%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF7948 (or 0xDF7948) is known color: Jaffa. HEX triplet: DF, 79 and 48. RGB value is (223,121,72). Sum of RGB (Red+Green+Blue) = 223+121+72=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 72 (28.52% from 255 or 17.31% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7948 is #2086B7. Grayscale: #929292. Windows color (decimal): -2131640 or 4749791. OLE color: 4749791.

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

Color convert

RGB 223 121 72 -
CMYK 0 0.46 0.68 0.13
HSL 19.47º 0.7% 0.58% -
HSV(B) 19.47º 0.68% 0.87% -
XYZ 38.44 29.83 9.86 -
YUV 145.91 86.29 182.98 -
System Red Green Blue C M Y K H S L
Decimal 223 121 72 0 0.46 0.68 0.13 19.47 0.7 0.58
Hex DF 79 48 0 2E 44 D 13 46 3A
Octal 337 171 110 0 56 104 15 23 106 72
Binary 11011111 1111001 1001000 0 101110 1000100 1101 10011 1000110 111010

Color Harmonies of #DF7948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7948

Black with #DF7948

Text Example


Text Example

White with #DF7948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7948; }

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

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

background-color css

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

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

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

border-color css

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

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

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