Html Css Color HEX #DB7347 Jaffa

📋 copy color: '#DB7347'

red 219 ◦ green 115 ◦ blue 71

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

Shades of Jaffa #DB7347

Tints of Jaffa #DB7347

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.4%

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

R = 54.07%
G = 28.4%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB7347 (or 0xDB7347) is known color: Jaffa. HEX triplet: DB, 73 and 47. RGB value is (219,115,71). Sum of RGB (Red+Green+Blue) = 219+115+71=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 71 (28.12% from 255 or 17.53% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7347 is #248CB8. Grayscale: #8D8D8D. Windows color (decimal): -2395321 or 4682715. OLE color: 4682715.

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

Color convert

RGB 219 115 71 -
CMYK 0 0.47 0.68 0.14
HSL 17.84º 0.67% 0.57% -
HSV(B) 17.84º 0.68% 0.86% -
XYZ 36.48 27.78 9.4 -
YUV 141.08 88.46 183.58 -
System Red Green Blue C M Y K H S L
Decimal 219 115 71 0 0.47 0.68 0.14 17.84 0.67 0.57
Hex DB 73 47 0 2F 44 E 12 43 39
Octal 333 163 107 0 57 104 16 22 103 71
Binary 11011011 1110011 1000111 0 101111 1000100 1110 10010 1000011 111001

Color Harmonies of #DB7347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7347

Black with #DB7347

Text Example


Text Example

White with #DB7347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7347; }

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

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

background-color css

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

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

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

border-color css

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

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

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