Html Css Color HEX #DB7340 Jaffa

📋 copy color: '#DB7340'

red 219 ◦ green 115 ◦ blue 64

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

Shades of Jaffa #DB7340

Tints of Jaffa #DB7340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.08%

R = 55.03%
G = 28.89%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB7340 (or 0xDB7340) is known color: Jaffa. HEX triplet: DB, 73 and 40. RGB value is (219,115,64). Sum of RGB (Red+Green+Blue) = 219+115+64=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7340 is #248CBF. Grayscale: #8C8C8C. Windows color (decimal): -2395328 or 4223963. OLE color: 4223963.

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

Color convert

RGB 219 115 64 -
CMYK 0 0.47 0.71 0.14
HSL 19.74º 0.68% 0.55% -
HSV(B) 19.74º 0.71% 0.86% -
XYZ 36.27 27.69 8.28 -
YUV 140.28 84.96 184.15 -
System Red Green Blue C M Y K H S L
Decimal 219 115 64 0 0.47 0.71 0.14 19.74 0.68 0.55
Hex DB 73 40 0 2F 47 E 14 44 37
Octal 333 163 100 0 57 107 16 24 104 67
Binary 11011011 1110011 1000000 0 101111 1000111 1110 10100 1000100 110111

Color Harmonies of #DB7340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7340

Black with #DB7340

Text Example


Text Example

White with #DB7340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7340; }

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

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

background-color css

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

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

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

border-color css

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

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

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