Html Css Color HEX #DB7147 Jaffa

📋 copy color: '#DB7147'

red 219 ◦ green 113 ◦ blue 71

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

Shades of Jaffa #DB7147

Tints of Jaffa #DB7147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.62%

R = 54.34%
G = 28.04%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB7147 (or 0xDB7147) is known color: Jaffa. HEX triplet: DB, 71 and 47. RGB value is (219,113,71). Sum of RGB (Red+Green+Blue) = 219+113+71=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 71 (28.12% from 255 or 17.62% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7147 is #248EB8. Grayscale: #8C8C8C. Windows color (decimal): -2395833 or 4682203. OLE color: 4682203.

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

Color convert

RGB 219 113 71 -
CMYK 0 0.48 0.68 0.14
HSL 17.03º 0.67% 0.57% -
HSV(B) 17.03º 0.68% 0.86% -
XYZ 36.26 27.33 9.32 -
YUV 139.91 89.12 184.42 -
System Red Green Blue C M Y K H S L
Decimal 219 113 71 0 0.48 0.68 0.14 17.03 0.67 0.57
Hex DB 71 47 0 30 44 E 11 43 39
Octal 333 161 107 0 60 104 16 21 103 71
Binary 11011011 1110001 1000111 0 110000 1000100 1110 10001 1000011 111001

Color Harmonies of #DB7147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7147

Black with #DB7147

Text Example


Text Example

White with #DB7147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7147; }

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

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

background-color css

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

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

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

border-color css

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

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

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