Html Css Color HEX #DB7947 Jaffa

📋 copy color: '#DB7947'

red 219 ◦ green 121 ◦ blue 71

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

Shades of Jaffa #DB7947

Tints of Jaffa #DB7947

RGB

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

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

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

R = 53.28%
G = 29.44%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB7947 (or 0xDB7947) is known color: Jaffa. HEX triplet: DB, 79 and 47. RGB value is (219,121,71). Sum of RGB (Red+Green+Blue) = 219+121+71=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 71 (28.12% from 255 or 17.27% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7947 is #2486B8. Grayscale: #909090. Windows color (decimal): -2393785 or 4684251. OLE color: 4684251.

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

Color convert

RGB 219 121 71 -
CMYK 0 0.45 0.68 0.14
HSL 20.27º 0.67% 0.57% -
HSV(B) 20.27º 0.68% 0.86% -
XYZ 37.19 29.19 9.64 -
YUV 144.6 86.47 181.07 -
System Red Green Blue C M Y K H S L
Decimal 219 121 71 0 0.45 0.68 0.14 20.27 0.67 0.57
Hex DB 79 47 0 2D 44 E 14 43 39
Octal 333 171 107 0 55 104 16 24 103 71
Binary 11011011 1111001 1000111 0 101101 1000100 1110 10100 1000011 111001

Color Harmonies of #DB7947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7947

Black with #DB7947

Text Example


Text Example

White with #DB7947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7947; }

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

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

background-color css

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

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

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

border-color css

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

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

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