Html Css Color HEX #DB7536 Tango

📋 copy color: '#DB7536'

red 219 ◦ green 117 ◦ blue 54

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

Shades of Tango #DB7536

Tints of Tango #DB7536

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30%

 BLUE value IS 54 (21.48% from 255) = 13.85%

R = 56.15%
G = 30%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB7536 (or 0xDB7536) is known color: Tango. HEX triplet: DB, 75 and 36. RGB value is (219,117,54). Sum of RGB (Red+Green+Blue) = 219+117+54=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 54 (21.48% from 255 or 13.85% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7536 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7536 is #248AC9. Grayscale: #8C8C8C. Windows color (decimal): -2394826 or 3569115. OLE color: 3569115.

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

Color convert

RGB 219 117 54 -
CMYK 0 0.47 0.75 0.14
HSL 22.91º 0.7% 0.54% -
HSV(B) 22.91º 0.75% 0.86% -
XYZ 36.24 28.05 6.99 -
YUV 140.32 79.29 184.12 -
System Red Green Blue C M Y K H S L
Decimal 219 117 54 0 0.47 0.75 0.14 22.91 0.7 0.54
Hex DB 75 36 0 2F 4B E 17 46 36
Octal 333 165 66 0 57 113 16 27 106 66
Binary 11011011 1110101 110110 0 101111 1001011 1110 10111 1000110 110110

Color Harmonies of #DB7536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7536

Black with #DB7536

Text Example


Text Example

White with #DB7536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7536; }

 p { color: rgb(219,117,54); }

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

background-color css

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

 a { background-color: rgb(219,117,54); }

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

border-color css

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

 span { border-color: rgb(219,117,54); }

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