Html Css Color HEX #DB7B48 Jaffa

📋 copy color: '#DB7B48'

red 219 ◦ green 123 ◦ blue 72

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

Shades of Jaffa #DB7B48

Tints of Jaffa #DB7B48

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.71%

 BLUE value IS 72 (28.52% from 255) = 17.39%

R = 52.9%
G = 29.71%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB7B48 (or 0xDB7B48) is known color: Jaffa. HEX triplet: DB, 7B and 48. RGB value is (219,123,72). Sum of RGB (Red+Green+Blue) = 219+123+72=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 72 (28.52% from 255 or 17.39% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7B48 is #2484B7. Grayscale: #929292. Windows color (decimal): -2393272 or 4750299. OLE color: 4750299.

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

Color convert

RGB 219 123 72 -
CMYK 0 0.44 0.67 0.14
HSL 20.82º 0.67% 0.57% -
HSV(B) 20.82º 0.67% 0.86% -
XYZ 37.47 29.69 9.89 -
YUV 145.89 86.3 180.15 -
System Red Green Blue C M Y K H S L
Decimal 219 123 72 0 0.44 0.67 0.14 20.82 0.67 0.57
Hex DB 7B 48 0 2C 43 E 15 43 39
Octal 333 173 110 0 54 103 16 25 103 71
Binary 11011011 1111011 1001000 0 101100 1000011 1110 10101 1000011 111001

Color Harmonies of #DB7B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7B48

Black with #DB7B48

Text Example


Text Example

White with #DB7B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7B48; }

 p { color: rgb(219,123,72); }

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

background-color css

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

 a { background-color: rgb(219,123,72); }

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

border-color css

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

 span { border-color: rgb(219,123,72); }

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