Html Css Color HEX #DB7549 Jaffa

📋 copy color: '#DB7549'

red 219 ◦ green 117 ◦ blue 73

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

Shades of Jaffa #DB7549

Tints of Jaffa #DB7549

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.61%

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

R = 53.55%
G = 28.61%
B = 17.85%

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

#DB7549 (or 0xDB7549) is known color: Jaffa. HEX triplet: DB, 75 and 49. RGB value is (219,117,73). Sum of RGB (Red+Green+Blue) = 219+117+73=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7549 is #248AB6. Grayscale: #8E8E8E. Windows color (decimal): -2394807 or 4814299. OLE color: 4814299.

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

Color convert

RGB 219 117 73 -
CMYK 0 0.47 0.67 0.14
HSL 18.08º 0.67% 0.57% -
HSV(B) 18.08º 0.67% 0.86% -
XYZ 36.78 28.26 9.82 -
YUV 142.48 88.79 182.58 -
System Red Green Blue C M Y K H S L
Decimal 219 117 73 0 0.47 0.67 0.14 18.08 0.67 0.57
Hex DB 75 49 0 2F 43 E 12 43 39
Octal 333 165 111 0 57 103 16 22 103 71
Binary 11011011 1110101 1001001 0 101111 1000011 1110 10010 1000011 111001

Color Harmonies of #DB7549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7549

Black with #DB7549

Text Example


Text Example

White with #DB7549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7549; }

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

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

background-color css

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

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

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

border-color css

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

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

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