Html Css Color HEX #DB7649 Jaffa

📋 copy color: '#DB7649'

red 219 ◦ green 118 ◦ blue 73

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

Shades of Jaffa #DB7649

Tints of Jaffa #DB7649

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.78%

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

R = 53.41%
G = 28.78%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB7649 (or 0xDB7649) is known color: Jaffa. HEX triplet: DB, 76 and 49. RGB value is (219,118,73). Sum of RGB (Red+Green+Blue) = 219+118+73=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 73 (28.91% from 255 or 17.80% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7649 is #2489B6. Grayscale: #8F8F8F. Windows color (decimal): -2394551 or 4814555. OLE color: 4814555.

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

Color convert

RGB 219 118 73 -
CMYK 0 0.46 0.67 0.14
HSL 18.49º 0.67% 0.57% -
HSV(B) 18.49º 0.67% 0.86% -
XYZ 36.89 28.5 9.86 -
YUV 143.07 88.46 182.16 -
System Red Green Blue C M Y K H S L
Decimal 219 118 73 0 0.46 0.67 0.14 18.49 0.67 0.57
Hex DB 76 49 0 2E 43 E 12 43 39
Octal 333 166 111 0 56 103 16 22 103 71
Binary 11011011 1110110 1001001 0 101110 1000011 1110 10010 1000011 111001

Color Harmonies of #DB7649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7649

Black with #DB7649

Text Example


Text Example

White with #DB7649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7649; }

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

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

background-color css

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

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

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

border-color css

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

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

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