Html Css Color HEX #DB7149 Jaffa

📋 copy color: '#DB7149'

red 219 ◦ green 113 ◦ blue 73

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

Shades of Jaffa #DB7149

Tints of Jaffa #DB7149

RGB

 RED value IS 219 (85.94% from 255) = 54.07%

 GREEN value IS 113 (44.53% from 255) = 27.9%

 BLUE value IS 73 (28.91% from 255) = 18.02%

R = 54.07%
G = 27.9%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB7149 (or 0xDB7149) is known color: Jaffa. HEX triplet: DB, 71 and 49. RGB value is (219,113,73). Sum of RGB (Red+Green+Blue) = 219+113+73=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 73 (28.91% from 255 or 18.02% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7149 is #248EB6. Grayscale: #8C8C8C. Windows color (decimal): -2395831 or 4813275. OLE color: 4813275.

HSL color Cylindrical-coordinate representation of color #DB7149: hue angle of 16.44º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB7149 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 113 73 -
CMYK 0 0.48 0.67 0.14
HSL 16.44º 0.67% 0.57% -
HSV(B) 16.44º 0.67% 0.86% -
XYZ 36.32 27.35 9.67 -
YUV 140.13 90.12 184.25 -
System Red Green Blue C M Y K H S L
Decimal 219 113 73 0 0.48 0.67 0.14 16.44 0.67 0.57
Hex DB 71 49 0 30 43 E 10 43 39
Octal 333 161 111 0 60 103 16 20 103 71
Binary 11011011 1110001 1001001 0 110000 1000011 1110 10000 1000011 111001

Color Harmonies of #DB7149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7149

Black with #DB7149

Text Example


Text Example

White with #DB7149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7149; }

 p { color: rgb(219,113,73); }

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

background-color css

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

 a { background-color: rgb(219,113,73); }

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

border-color css

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

 span { border-color: rgb(219,113,73); }

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