Html Css Color HEX #DB784B Jaffa

📋 copy color: '#DB784B'

red 219 ◦ green 120 ◦ blue 75

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

Shades of Jaffa #DB784B

Tints of Jaffa #DB784B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.12%

R = 52.9%
G = 28.99%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB784B (or 0xDB784B) is known color: Jaffa. HEX triplet: DB, 78 and 4B. RGB value is (219,120,75). Sum of RGB (Red+Green+Blue) = 219+120+75=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 75 (29.69% from 255 or 18.12% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB784B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB784B is #2487B4. Grayscale: #909090. Windows color (decimal): -2394037 or 4946139. OLE color: 4946139.

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

Color convert

RGB 219 120 75 -
CMYK 0 0.45 0.66 0.14
HSL 18.75º 0.67% 0.58% -
HSV(B) 18.75º 0.66% 0.86% -
XYZ 37.2 29 10.29 -
YUV 144.47 88.8 181.16 -
System Red Green Blue C M Y K H S L
Decimal 219 120 75 0 0.45 0.66 0.14 18.75 0.67 0.58
Hex DB 78 4B 0 2D 42 E 13 43 3A
Octal 333 170 113 0 55 102 16 23 103 72
Binary 11011011 1111000 1001011 0 101101 1000010 1110 10011 1000011 111010

Color Harmonies of #DB784B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB784B

Black with #DB784B

Text Example


Text Example

White with #DB784B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB784B; }

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

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

background-color css

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

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

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

border-color css

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

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

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