Html Css Color HEX #DB7248 Jaffa

📋 copy color: '#DB7248'

red 219 ◦ green 114 ◦ blue 72

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

Shades of Jaffa #DB7248

Tints of Jaffa #DB7248

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.15%

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

R = 54.07%
G = 28.15%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB7248 (or 0xDB7248) is known color: Jaffa. HEX triplet: DB, 72 and 48. RGB value is (219,114,72). Sum of RGB (Red+Green+Blue) = 219+114+72=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7248 is #248DB7. Grayscale: #8C8C8C. Windows color (decimal): -2395576 or 4747995. OLE color: 4747995.

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

Color convert

RGB 219 114 72 -
CMYK 0 0.48 0.67 0.14
HSL 17.14º 0.67% 0.57% -
HSV(B) 17.14º 0.67% 0.86% -
XYZ 36.4 27.56 9.53 -
YUV 140.61 89.29 183.92 -
System Red Green Blue C M Y K H S L
Decimal 219 114 72 0 0.48 0.67 0.14 17.14 0.67 0.57
Hex DB 72 48 0 30 43 E 11 43 39
Octal 333 162 110 0 60 103 16 21 103 71
Binary 11011011 1110010 1001000 0 110000 1000011 1110 10001 1000011 111001

Color Harmonies of #DB7248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7248

Black with #DB7248

Text Example


Text Example

White with #DB7248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7248; }

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

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

background-color css

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

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

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

border-color css

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

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

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