Html Css Color HEX #DB7548 Jaffa

📋 copy color: '#DB7548'

red 219 ◦ green 117 ◦ blue 72

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

Shades of Jaffa #DB7548

Tints of Jaffa #DB7548

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.68%

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

R = 53.68%
G = 28.68%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB7548 (or 0xDB7548) is known color: Jaffa. HEX triplet: DB, 75 and 48. RGB value is (219,117,72). Sum of RGB (Red+Green+Blue) = 219+117+72=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7548 is #248AB7. Grayscale: #8E8E8E. Windows color (decimal): -2394808 or 4748763. OLE color: 4748763.

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

Color convert

RGB 219 117 72 -
CMYK 0 0.47 0.67 0.14
HSL 18.37º 0.67% 0.57% -
HSV(B) 18.37º 0.67% 0.86% -
XYZ 36.74 28.25 9.65 -
YUV 142.37 88.29 182.66 -
System Red Green Blue C M Y K H S L
Decimal 219 117 72 0 0.47 0.67 0.14 18.37 0.67 0.57
Hex DB 75 48 0 2F 43 E 12 43 39
Octal 333 165 110 0 57 103 16 22 103 71
Binary 11011011 1110101 1001000 0 101111 1000011 1110 10010 1000011 111001

Color Harmonies of #DB7548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7548

Black with #DB7548

Text Example


Text Example

White with #DB7548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7548; }

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

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

background-color css

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

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

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

border-color css

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

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

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