Html Css Color HEX #DB6F47 Jaffa

📋 copy color: '#DB6F47'

red 219 ◦ green 111 ◦ blue 71

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

Shades of Jaffa #DB6F47

Tints of Jaffa #DB6F47

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.68%

 BLUE value IS 71 (28.13% from 255) = 17.71%

R = 54.61%
G = 27.68%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB6F47 (or 0xDB6F47) is known color: Jaffa. HEX triplet: DB, 6F and 47. RGB value is (219,111,71). Sum of RGB (Red+Green+Blue) = 219+111+71=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 71 (28.12% from 255 or 17.71% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6F47 is #2490B8. Grayscale: #8B8B8B. Windows color (decimal): -2396345 or 4681691. OLE color: 4681691.

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

Color convert

RGB 219 111 71 -
CMYK 0 0.49 0.68 0.14
HSL 16.22º 0.67% 0.57% -
HSV(B) 16.22º 0.68% 0.86% -
XYZ 36.04 26.88 9.25 -
YUV 138.73 89.78 185.25 -
System Red Green Blue C M Y K H S L
Decimal 219 111 71 0 0.49 0.68 0.14 16.22 0.67 0.57
Hex DB 6F 47 0 31 44 E 10 43 39
Octal 333 157 107 0 61 104 16 20 103 71
Binary 11011011 1101111 1000111 0 110001 1000100 1110 10000 1000011 111001

Color Harmonies of #DB6F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F47

Black with #DB6F47

Text Example


Text Example

White with #DB6F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F47; }

 p { color: rgb(219,111,71); }

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

background-color css

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

 a { background-color: rgb(219,111,71); }

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

border-color css

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

 span { border-color: rgb(219,111,71); }

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