Html Css Color HEX #DB7741 Jaffa

📋 copy color: '#DB7741'

red 219 ◦ green 119 ◦ blue 65

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

Shades of Jaffa #DB7741

Tints of Jaffa #DB7741

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.53%

 BLUE value IS 65 (25.78% from 255) = 16.13%

R = 54.34%
G = 29.53%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB7741 (or 0xDB7741) is known color: Jaffa. HEX triplet: DB, 77 and 41. RGB value is (219,119,65). Sum of RGB (Red+Green+Blue) = 219+119+65=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 65 (25.78% from 255 or 16.13% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7741 is #2488BE. Grayscale: #8F8F8F. Windows color (decimal): -2394303 or 4290523. OLE color: 4290523.

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

Color convert

RGB 219 119 65 -
CMYK 0 0.46 0.70 0.14
HSL 21.04º 0.68% 0.56% -
HSV(B) 21.04º 0.7% 0.86% -
XYZ 36.76 28.64 8.59 -
YUV 142.74 84.13 182.39 -
System Red Green Blue C M Y K H S L
Decimal 219 119 65 0 0.46 0.70 0.14 21.04 0.68 0.56
Hex DB 77 41 0 2E 46 E 15 44 38
Octal 333 167 101 0 56 106 16 25 104 70
Binary 11011011 1110111 1000001 0 101110 1000110 1110 10101 1000100 111000

Color Harmonies of #DB7741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7741

Black with #DB7741

Text Example


Text Example

White with #DB7741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7741; }

 p { color: rgb(219,119,65); }

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

background-color css

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

 a { background-color: rgb(219,119,65); }

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

border-color css

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

 span { border-color: rgb(219,119,65); }

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