Html Css Color HEX #DB7346 Jaffa

📋 copy color: '#DB7346'

red 219 ◦ green 115 ◦ blue 70

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

Shades of Jaffa #DB7346

Tints of Jaffa #DB7346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.33%

R = 54.21%
G = 28.47%
B = 17.33%

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

#DB7346 (or 0xDB7346) is known color: Jaffa. HEX triplet: DB, 73 and 46. RGB value is (219,115,70). Sum of RGB (Red+Green+Blue) = 219+115+70=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7346 is #248CB9. Grayscale: #8D8D8D. Windows color (decimal): -2395322 or 4617179. OLE color: 4617179.

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

Color convert

RGB 219 115 70 -
CMYK 0 0.47 0.68 0.14
HSL 18.12º 0.67% 0.57% -
HSV(B) 18.12º 0.68% 0.86% -
XYZ 36.45 27.76 9.23 -
YUV 140.97 87.96 183.66 -
System Red Green Blue C M Y K H S L
Decimal 219 115 70 0 0.47 0.68 0.14 18.12 0.67 0.57
Hex DB 73 46 0 2F 44 E 12 43 39
Octal 333 163 106 0 57 104 16 22 103 71
Binary 11011011 1110011 1000110 0 101111 1000100 1110 10010 1000011 111001

Color Harmonies of #DB7346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7346

Black with #DB7346

Text Example


Text Example

White with #DB7346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7346; }

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

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

background-color css

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

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

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

border-color css

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

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

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