Html Css Color HEX #DB7449 Jaffa

📋 copy color: '#DB7449'

red 219 ◦ green 116 ◦ blue 73

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

Shades of Jaffa #DB7449

Tints of Jaffa #DB7449

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.43%

 BLUE value IS 73 (28.91% from 255) = 17.89%

R = 53.68%
G = 28.43%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB7449 (or 0xDB7449) is known color: Jaffa. HEX triplet: DB, 74 and 49. RGB value is (219,116,73). Sum of RGB (Red+Green+Blue) = 219+116+73=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7449 is #248BB6. Grayscale: #8E8E8E. Windows color (decimal): -2395063 or 4814043. OLE color: 4814043.

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

Color convert

RGB 219 116 73 -
CMYK 0 0.47 0.67 0.14
HSL 17.67º 0.67% 0.57% -
HSV(B) 17.67º 0.67% 0.86% -
XYZ 36.66 28.03 9.78 -
YUV 141.9 89.12 183 -
System Red Green Blue C M Y K H S L
Decimal 219 116 73 0 0.47 0.67 0.14 17.67 0.67 0.57
Hex DB 74 49 0 2F 43 E 12 43 39
Octal 333 164 111 0 57 103 16 22 103 71
Binary 11011011 1110100 1001001 0 101111 1000011 1110 10010 1000011 111001

Color Harmonies of #DB7449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7449

Black with #DB7449

Text Example


Text Example

White with #DB7449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7449; }

 p { color: rgb(219,116,73); }

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

background-color css

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

 a { background-color: rgb(219,116,73); }

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

border-color css

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

 span { border-color: rgb(219,116,73); }

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