Html Css Color HEX #DB7131 Tango

📋 copy color: '#DB7131'

red 219 ◦ green 113 ◦ blue 49

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

Shades of Tango #DB7131

Tints of Tango #DB7131

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.66%

 BLUE value IS 49 (19.53% from 255) = 12.86%

R = 57.48%
G = 29.66%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB7131 (or 0xDB7131) is known color: Tango. HEX triplet: DB, 71 and 31. RGB value is (219,113,49). Sum of RGB (Red+Green+Blue) = 219+113+49=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 49 (19.53% from 255 or 12.86% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7131 is #248ECE. Grayscale: #898989. Windows color (decimal): -2395855 or 3240411. OLE color: 3240411.

HSL color Cylindrical-coordinate representation of color #DB7131: hue angle of 22.59º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB7131 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 113 49 -
CMYK 0 0.48 0.78 0.14
HSL 22.59º 0.7% 0.53% -
HSV(B) 22.59º 0.78% 0.86% -
XYZ 35.67 27.09 6.25 -
YUV 137.4 78.12 186.2 -
System Red Green Blue C M Y K H S L
Decimal 219 113 49 0 0.48 0.78 0.14 22.59 0.7 0.53
Hex DB 71 31 0 30 4E E 17 46 35
Octal 333 161 61 0 60 116 16 27 106 65
Binary 11011011 1110001 110001 0 110000 1001110 1110 10111 1000110 110101

Color Harmonies of #DB7131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7131

Black with #DB7131

Text Example


Text Example

White with #DB7131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7131; }

 p { color: rgb(219,113,49); }

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

background-color css

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

 a { background-color: rgb(219,113,49); }

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

border-color css

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

 span { border-color: rgb(219,113,49); }

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