Html Css Color HEX #DB7848 Jaffa

📋 copy color: '#DB7848'

red 219 ◦ green 120 ◦ blue 72

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

Shades of Jaffa #DB7848

Tints of Jaffa #DB7848

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.2%

 BLUE value IS 72 (28.52% from 255) = 17.52%

R = 53.28%
G = 29.2%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB7848 (or 0xDB7848) is known color: Jaffa. HEX triplet: DB, 78 and 48. RGB value is (219,120,72). Sum of RGB (Red+Green+Blue) = 219+120+72=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7848 is #2487B7. Grayscale: #909090. Windows color (decimal): -2394040 or 4749531. OLE color: 4749531.

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

Color convert

RGB 219 120 72 -
CMYK 0 0.45 0.67 0.14
HSL 19.59º 0.67% 0.57% -
HSV(B) 19.59º 0.67% 0.86% -
XYZ 37.1 28.96 9.77 -
YUV 144.13 87.3 181.4 -
System Red Green Blue C M Y K H S L
Decimal 219 120 72 0 0.45 0.67 0.14 19.59 0.67 0.57
Hex DB 78 48 0 2D 43 E 14 43 39
Octal 333 170 110 0 55 103 16 24 103 71
Binary 11011011 1111000 1001000 0 101101 1000011 1110 10100 1000011 111001

Color Harmonies of #DB7848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7848

Black with #DB7848

Text Example


Text Example

White with #DB7848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7848; }

 p { color: rgb(219,120,72); }

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

background-color css

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

 a { background-color: rgb(219,120,72); }

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

border-color css

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

 span { border-color: rgb(219,120,72); }

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