Html Css Color HEX #DB744E Jaffa

📋 copy color: '#DB744E'

red 219 ◦ green 116 ◦ blue 78

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

Shades of Jaffa #DB744E

Tints of Jaffa #DB744E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.09%

 BLUE value IS 78 (30.86% from 255) = 18.89%

R = 53.03%
G = 28.09%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB744E (or 0xDB744E) is known color: Jaffa. HEX triplet: DB, 74 and 4E. RGB value is (219,116,78). Sum of RGB (Red+Green+Blue) = 219+116+78=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB744E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB744E is #248BB1. Grayscale: #8E8E8E. Windows color (decimal): -2395058 or 5141723. OLE color: 5141723.

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

Color convert

RGB 219 116 78 -
CMYK 0 0.47 0.64 0.14
HSL 16.17º 0.66% 0.58% -
HSV(B) 16.17º 0.64% 0.86% -
XYZ 36.83 28.1 10.69 -
YUV 142.47 91.62 182.59 -
System Red Green Blue C M Y K H S L
Decimal 219 116 78 0 0.47 0.64 0.14 16.17 0.66 0.58
Hex DB 74 4E 0 2F 40 E 10 42 3A
Octal 333 164 116 0 57 100 16 20 102 72
Binary 11011011 1110100 1001110 0 101111 1000000 1110 10000 1000010 111010

Color Harmonies of #DB744E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB744E

Black with #DB744E

Text Example


Text Example

White with #DB744E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB744E; }

 p { color: rgb(219,116,78); }

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

background-color css

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

 a { background-color: rgb(219,116,78); }

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

border-color css

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

 span { border-color: rgb(219,116,78); }

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