Html Css Color HEX #DB744B Jaffa

📋 copy color: '#DB744B'

red 219 ◦ green 116 ◦ blue 75

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

Shades of Jaffa #DB744B

Tints of Jaffa #DB744B

RGB

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

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

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

R = 53.41%
G = 28.29%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB744B (or 0xDB744B) is known color: Jaffa. HEX triplet: DB, 74 and 4B. RGB value is (219,116,75). Sum of RGB (Red+Green+Blue) = 219+116+75=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB744B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB744B is #248BB4. Grayscale: #8E8E8E. Windows color (decimal): -2395061 or 4945115. OLE color: 4945115.

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

Color convert

RGB 219 116 75 -
CMYK 0 0.47 0.66 0.14
HSL 17.08º 0.67% 0.58% -
HSV(B) 17.08º 0.66% 0.86% -
XYZ 36.73 28.06 10.14 -
YUV 142.12 90.12 182.83 -
System Red Green Blue C M Y K H S L
Decimal 219 116 75 0 0.47 0.66 0.14 17.08 0.67 0.58
Hex DB 74 4B 0 2F 42 E 11 43 3A
Octal 333 164 113 0 57 102 16 21 103 72
Binary 11011011 1110100 1001011 0 101111 1000010 1110 10001 1000011 111010

Color Harmonies of #DB744B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB744B

Black with #DB744B

Text Example


Text Example

White with #DB744B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB744B; }

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

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

background-color css

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

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

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

border-color css

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

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

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