Html Css Color HEX #DB744C Jaffa

📋 copy color: '#DB744C'

red 219 ◦ green 116 ◦ blue 76

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

Shades of Jaffa #DB744C

Tints of Jaffa #DB744C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.49%

R = 53.28%
G = 28.22%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB744C (or 0xDB744C) is known color: Jaffa. HEX triplet: DB, 74 and 4C. RGB value is (219,116,76). Sum of RGB (Red+Green+Blue) = 219+116+76=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 76 (30.08% from 255 or 18.49% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB744C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB744C is #248BB3. Grayscale: #8E8E8E. Windows color (decimal): -2395060 or 5010651. OLE color: 5010651.

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

Color convert

RGB 219 116 76 -
CMYK 0 0.47 0.65 0.14
HSL 16.78º 0.67% 0.58% -
HSV(B) 16.78º 0.65% 0.86% -
XYZ 36.76 28.07 10.32 -
YUV 142.24 90.62 182.75 -
System Red Green Blue C M Y K H S L
Decimal 219 116 76 0 0.47 0.65 0.14 16.78 0.67 0.58
Hex DB 74 4C 0 2F 41 E 11 43 3A
Octal 333 164 114 0 57 101 16 21 103 72
Binary 11011011 1110100 1001100 0 101111 1000001 1110 10001 1000011 111010

Color Harmonies of #DB744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB744C

Black with #DB744C

Text Example


Text Example

White with #DB744C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB744C; }

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

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

background-color css

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

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

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

border-color css

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

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

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