Html Css Color HEX #DB7648 Jaffa

📋 copy color: '#DB7648'

red 219 ◦ green 118 ◦ blue 72

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

Shades of Jaffa #DB7648

Tints of Jaffa #DB7648

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.85%

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

R = 53.55%
G = 28.85%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB7648 (or 0xDB7648) is known color: Jaffa. HEX triplet: DB, 76 and 48. RGB value is (219,118,72). Sum of RGB (Red+Green+Blue) = 219+118+72=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 72 (28.52% from 255 or 17.60% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7648 is #2489B7. Grayscale: #8F8F8F. Windows color (decimal): -2394552 or 4749019. OLE color: 4749019.

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

Color convert

RGB 219 118 72 -
CMYK 0 0.46 0.67 0.14
HSL 18.78º 0.67% 0.57% -
HSV(B) 18.78º 0.67% 0.86% -
XYZ 36.86 28.48 9.69 -
YUV 142.96 87.96 182.24 -
System Red Green Blue C M Y K H S L
Decimal 219 118 72 0 0.46 0.67 0.14 18.78 0.67 0.57
Hex DB 76 48 0 2E 43 E 13 43 39
Octal 333 166 110 0 56 103 16 23 103 71
Binary 11011011 1110110 1001000 0 101110 1000011 1110 10011 1000011 111001

Color Harmonies of #DB7648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7648

Black with #DB7648

Text Example


Text Example

White with #DB7648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7648; }

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

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

background-color css

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

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

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

border-color css

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

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

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