Html Css Color HEX #DB7850 Jaffa

📋 copy color: '#DB7850'

red 219 ◦ green 120 ◦ blue 80

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

Shades of Jaffa #DB7850

Tints of Jaffa #DB7850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.09%

R = 52.27%
G = 28.64%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB7850 (or 0xDB7850) is known color: Jaffa. HEX triplet: DB, 78 and 50. RGB value is (219,120,80). Sum of RGB (Red+Green+Blue) = 219+120+80=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7850 is #2487AF. Grayscale: #919191. Windows color (decimal): -2394032 or 5273819. OLE color: 5273819.

HSL color Cylindrical-coordinate representation of color #DB7850: hue angle of 17.27º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB7850 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 120 80 -
CMYK 0 0.45 0.63 0.14
HSL 17.27º 0.66% 0.59% -
HSV(B) 17.27º 0.63% 0.86% -
XYZ 37.38 29.07 11.23 -
YUV 145.04 91.3 180.75 -
System Red Green Blue C M Y K H S L
Decimal 219 120 80 0 0.45 0.63 0.14 17.27 0.66 0.59
Hex DB 78 50 0 2D 3F E 11 42 3B
Octal 333 170 120 0 55 77 16 21 102 73
Binary 11011011 1111000 1010000 0 101101 111111 1110 10001 1000010 111011

Color Harmonies of #DB7850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7850

Black with #DB7850

Text Example


Text Example

White with #DB7850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7850; }

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

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

background-color css

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

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

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

border-color css

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

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

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