Html Css Color HEX #DB7644 Jaffa

📋 copy color: '#DB7644'

red 219 ◦ green 118 ◦ blue 68

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

Shades of Jaffa #DB7644

Tints of Jaffa #DB7644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.79%

R = 54.07%
G = 29.14%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB7644 (or 0xDB7644) is known color: Jaffa. HEX triplet: DB, 76 and 44. RGB value is (219,118,68). Sum of RGB (Red+Green+Blue) = 219+118+68=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 68 (26.95% from 255 or 16.79% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7644 is #2489BB. Grayscale: #8E8E8E. Windows color (decimal): -2394556 or 4486875. OLE color: 4486875.

HSL color Cylindrical-coordinate representation of color #DB7644: hue angle of 19.87º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB7644 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 118 68 -
CMYK 0 0.46 0.69 0.14
HSL 19.87º 0.68% 0.56% -
HSV(B) 19.87º 0.69% 0.86% -
XYZ 36.74 28.43 9.02 -
YUV 142.5 85.96 182.57 -
System Red Green Blue C M Y K H S L
Decimal 219 118 68 0 0.46 0.69 0.14 19.87 0.68 0.56
Hex DB 76 44 0 2E 45 E 14 44 38
Octal 333 166 104 0 56 105 16 24 104 70
Binary 11011011 1110110 1000100 0 101110 1000101 1110 10100 1000100 111000

Color Harmonies of #DB7644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7644

Black with #DB7644

Text Example


Text Example

White with #DB7644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7644; }

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

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

background-color css

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

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

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

border-color css

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

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

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