Html Css Color HEX #DB7031 Tango

📋 copy color: '#DB7031'

red 219 ◦ green 112 ◦ blue 49

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

Shades of Tango #DB7031

Tints of Tango #DB7031

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.47%

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

R = 57.63%
G = 29.47%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB7031 (or 0xDB7031) is known color: Tango. HEX triplet: DB, 70 and 31. RGB value is (219,112,49). Sum of RGB (Red+Green+Blue) = 219+112+49=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 49 (19.53% from 255 or 12.89% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7031 is #248FCE. Grayscale: #898989. Windows color (decimal): -2396111 or 3240155. OLE color: 3240155.

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

Color convert

RGB 219 112 49 -
CMYK 0 0.49 0.78 0.14
HSL 22.24º 0.7% 0.53% -
HSV(B) 22.24º 0.78% 0.86% -
XYZ 35.56 26.87 6.22 -
YUV 136.81 78.45 186.62 -
System Red Green Blue C M Y K H S L
Decimal 219 112 49 0 0.49 0.78 0.14 22.24 0.7 0.53
Hex DB 70 31 0 31 4E E 16 46 35
Octal 333 160 61 0 61 116 16 26 106 65
Binary 11011011 1110000 110001 0 110001 1001110 1110 10110 1000110 110101

Color Harmonies of #DB7031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7031

Black with #DB7031

Text Example


Text Example

White with #DB7031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7031; }

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

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

background-color css

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

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

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

border-color css

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

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

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