Html Css Color HEX #DB7345 Jaffa

📋 copy color: '#DB7345'

red 219 ◦ green 115 ◦ blue 69

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

Shades of Jaffa #DB7345

Tints of Jaffa #DB7345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.12%

R = 54.34%
G = 28.54%
B = 17.12%

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

#DB7345 (or 0xDB7345) is known color: Jaffa. HEX triplet: DB, 73 and 45. RGB value is (219,115,69). Sum of RGB (Red+Green+Blue) = 219+115+69=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7345 is #248CBA. Grayscale: #8D8D8D. Windows color (decimal): -2395323 or 4551643. OLE color: 4551643.

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

Color convert

RGB 219 115 69 -
CMYK 0 0.47 0.68 0.14
HSL 18.4º 0.68% 0.56% -
HSV(B) 18.4º 0.68% 0.86% -
XYZ 36.42 27.75 9.07 -
YUV 140.85 87.46 183.74 -
System Red Green Blue C M Y K H S L
Decimal 219 115 69 0 0.47 0.68 0.14 18.4 0.68 0.56
Hex DB 73 45 0 2F 44 E 12 44 38
Octal 333 163 105 0 57 104 16 22 104 70
Binary 11011011 1110011 1000101 0 101111 1000100 1110 10010 1000100 111000

Color Harmonies of #DB7345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7345

Black with #DB7345

Text Example


Text Example

White with #DB7345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7345; }

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

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

background-color css

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

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

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

border-color css

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

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

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