Html Css Color HEX #DB7640 Jaffa

📋 copy color: '#DB7640'

red 219 ◦ green 118 ◦ blue 64

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

Shades of Jaffa #DB7640

Tints of Jaffa #DB7640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.96%

R = 54.61%
G = 29.43%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB7640 (or 0xDB7640) is known color: Jaffa. HEX triplet: DB, 76 and 40. RGB value is (219,118,64). Sum of RGB (Red+Green+Blue) = 219+118+64=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7640 is #2489BF. Grayscale: #8E8E8E. Windows color (decimal): -2394560 or 4224731. OLE color: 4224731.

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

Color convert

RGB 219 118 64 -
CMYK 0 0.46 0.71 0.14
HSL 20.9º 0.68% 0.55% -
HSV(B) 20.9º 0.71% 0.86% -
XYZ 36.62 28.39 8.4 -
YUV 142.04 83.96 182.89 -
System Red Green Blue C M Y K H S L
Decimal 219 118 64 0 0.46 0.71 0.14 20.9 0.68 0.55
Hex DB 76 40 0 2E 47 E 15 44 37
Octal 333 166 100 0 56 107 16 25 104 67
Binary 11011011 1110110 1000000 0 101110 1000111 1110 10101 1000100 110111

Color Harmonies of #DB7640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7640

Black with #DB7640

Text Example


Text Example

White with #DB7640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7640; }

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

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

background-color css

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

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

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

border-color css

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

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

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