Html Css Color HEX #DB7645 Jaffa

📋 copy color: '#DB7645'

red 219 ◦ green 118 ◦ blue 69

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

Shades of Jaffa #DB7645

Tints of Jaffa #DB7645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17%

R = 53.94%
G = 29.06%
B = 17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB7645 (or 0xDB7645) is known color: Jaffa. HEX triplet: DB, 76 and 45. RGB value is (219,118,69). Sum of RGB (Red+Green+Blue) = 219+118+69=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7645 is #2489BA. Grayscale: #8E8E8E. Windows color (decimal): -2394555 or 4552411. OLE color: 4552411.

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

Color convert

RGB 219 118 69 -
CMYK 0 0.46 0.68 0.14
HSL 19.6º 0.68% 0.56% -
HSV(B) 19.6º 0.68% 0.86% -
XYZ 36.77 28.45 9.18 -
YUV 142.61 86.46 182.48 -
System Red Green Blue C M Y K H S L
Decimal 219 118 69 0 0.46 0.68 0.14 19.6 0.68 0.56
Hex DB 76 45 0 2E 44 E 14 44 38
Octal 333 166 105 0 56 104 16 24 104 70
Binary 11011011 1110110 1000101 0 101110 1000100 1110 10100 1000100 111000

Color Harmonies of #DB7645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7645

Black with #DB7645

Text Example


Text Example

White with #DB7645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7645; }

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

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

background-color css

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

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

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

border-color css

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

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

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