Html Css Color HEX #DB7746 Jaffa

📋 copy color: '#DB7746'

red 219 ◦ green 119 ◦ blue 70

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

Shades of Jaffa #DB7746

Tints of Jaffa #DB7746

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.17%

 BLUE value IS 70 (27.73% from 255) = 17.16%

R = 53.68%
G = 29.17%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB7746 (or 0xDB7746) is known color: Jaffa. HEX triplet: DB, 77 and 46. RGB value is (219,119,70). Sum of RGB (Red+Green+Blue) = 219+119+70=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 70 (27.73% from 255 or 17.16% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7746 is #2488B9. Grayscale: #8F8F8F. Windows color (decimal): -2394298 or 4618203. OLE color: 4618203.

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

Color convert

RGB 219 119 70 -
CMYK 0 0.46 0.68 0.14
HSL 19.73º 0.67% 0.57% -
HSV(B) 19.73º 0.68% 0.86% -
XYZ 36.92 28.7 9.39 -
YUV 143.31 86.63 181.98 -
System Red Green Blue C M Y K H S L
Decimal 219 119 70 0 0.46 0.68 0.14 19.73 0.67 0.57
Hex DB 77 46 0 2E 44 E 14 43 39
Octal 333 167 106 0 56 104 16 24 103 71
Binary 11011011 1110111 1000110 0 101110 1000100 1110 10100 1000011 111001

Color Harmonies of #DB7746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7746

Black with #DB7746

Text Example


Text Example

White with #DB7746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7746; }

 p { color: rgb(219,119,70); }

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

background-color css

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

 a { background-color: rgb(219,119,70); }

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

border-color css

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

 span { border-color: rgb(219,119,70); }

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