Html Css Color HEX #DB7332 Tango

📋 copy color: '#DB7332'

red 219 ◦ green 115 ◦ blue 50

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

Shades of Tango #DB7332

Tints of Tango #DB7332

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.95%

 BLUE value IS 50 (19.92% from 255) = 13.02%

R = 57.03%
G = 29.95%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB7332 (or 0xDB7332) is known color: Tango. HEX triplet: DB, 73 and 32. RGB value is (219,115,50). Sum of RGB (Red+Green+Blue) = 219+115+50=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 50 (19.92% from 255 or 13.02% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7332 is #248CCD. Grayscale: #8B8B8B. Windows color (decimal): -2395342 or 3306459. OLE color: 3306459.

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

Color convert

RGB 219 115 50 -
CMYK 0 0.47 0.77 0.14
HSL 23.08º 0.7% 0.53% -
HSV(B) 23.08º 0.77% 0.86% -
XYZ 35.92 27.55 6.44 -
YUV 138.69 77.96 185.29 -
System Red Green Blue C M Y K H S L
Decimal 219 115 50 0 0.47 0.77 0.14 23.08 0.7 0.53
Hex DB 73 32 0 2F 4D E 17 46 35
Octal 333 163 62 0 57 115 16 27 106 65
Binary 11011011 1110011 110010 0 101111 1001101 1110 10111 1000110 110101

Color Harmonies of #DB7332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7332

Black with #DB7332

Text Example


Text Example

White with #DB7332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7332; }

 p { color: rgb(219,115,50); }

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

background-color css

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

 a { background-color: rgb(219,115,50); }

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

border-color css

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

 span { border-color: rgb(219,115,50); }

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