Html Css Color HEX #DB794B Jaffa

📋 copy color: '#DB794B'

red 219 ◦ green 121 ◦ blue 75

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

Shades of Jaffa #DB794B

Tints of Jaffa #DB794B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.16%

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

R = 52.77%
G = 29.16%
B = 18.07%

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

#DB794B (or 0xDB794B) is known color: Jaffa. HEX triplet: DB, 79 and 4B. RGB value is (219,121,75). Sum of RGB (Red+Green+Blue) = 219+121+75=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB794B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB794B is #2486B4. Grayscale: #919191. Windows color (decimal): -2393781 or 4946395. OLE color: 4946395.

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

Color convert

RGB 219 121 75 -
CMYK 0 0.45 0.66 0.14
HSL 19.17º 0.67% 0.58% -
HSV(B) 19.17º 0.66% 0.86% -
XYZ 37.32 29.24 10.33 -
YUV 145.06 88.47 180.74 -
System Red Green Blue C M Y K H S L
Decimal 219 121 75 0 0.45 0.66 0.14 19.17 0.67 0.58
Hex DB 79 4B 0 2D 42 E 13 43 3A
Octal 333 171 113 0 55 102 16 23 103 72
Binary 11011011 1111001 1001011 0 101101 1000010 1110 10011 1000011 111010

Color Harmonies of #DB794B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB794B

Black with #DB794B

Text Example


Text Example

White with #DB794B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB794B; }

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

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

background-color css

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

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

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

border-color css

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

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

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