Html Css Color HEX #DF7B48 Jaffa

📋 copy color: '#DF7B48'

red 223 ◦ green 123 ◦ blue 72

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

Shades of Jaffa #DF7B48

Tints of Jaffa #DF7B48

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.43%

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

R = 53.35%
G = 29.43%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF7B48 (or 0xDF7B48) is known color: Jaffa. HEX triplet: DF, 7B and 48. RGB value is (223,123,72). Sum of RGB (Red+Green+Blue) = 223+123+72=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 72 (28.52% from 255 or 17.22% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7B48 is #2084B7. Grayscale: #939393. Windows color (decimal): -2131128 or 4750303. OLE color: 4750303.

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

Color convert

RGB 223 123 72 -
CMYK 0 0.45 0.68 0.13
HSL 20.26º 0.7% 0.58% -
HSV(B) 20.26º 0.68% 0.87% -
XYZ 38.68 30.32 9.94 -
YUV 147.09 85.63 182.15 -
System Red Green Blue C M Y K H S L
Decimal 223 123 72 0 0.45 0.68 0.13 20.26 0.7 0.58
Hex DF 7B 48 0 2D 44 D 14 46 3A
Octal 337 173 110 0 55 104 15 24 106 72
Binary 11011111 1111011 1001000 0 101101 1000100 1101 10100 1000110 111010

Color Harmonies of #DF7B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7B48

Black with #DF7B48

Text Example


Text Example

White with #DF7B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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