Html Css Color HEX #DB7B41 Jaffa

📋 copy color: '#DB7B41'

red 219 ◦ green 123 ◦ blue 65

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

Shades of Jaffa #DB7B41

Tints of Jaffa #DB7B41

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.22%

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

R = 53.81%
G = 30.22%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB7B41 (or 0xDB7B41) is known color: Jaffa. HEX triplet: DB, 7B and 41. RGB value is (219,123,65). Sum of RGB (Red+Green+Blue) = 219+123+65=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 65 (25.78% from 255 or 15.97% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7B41 is #2484BE. Grayscale: #919191. Windows color (decimal): -2393279 or 4291547. OLE color: 4291547.

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

Color convert

RGB 219 123 65 -
CMYK 0 0.44 0.70 0.14
HSL 22.6º 0.68% 0.56% -
HSV(B) 22.6º 0.7% 0.86% -
XYZ 37.25 29.61 8.75 -
YUV 145.09 82.8 180.72 -
System Red Green Blue C M Y K H S L
Decimal 219 123 65 0 0.44 0.70 0.14 22.6 0.68 0.56
Hex DB 7B 41 0 2C 46 E 17 44 38
Octal 333 173 101 0 54 106 16 27 104 70
Binary 11011011 1111011 1000001 0 101100 1000110 1110 10111 1000100 111000

Color Harmonies of #DB7B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7B41

Black with #DB7B41

Text Example


Text Example

White with #DB7B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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