Html Css Color HEX #DB7535 Tango

📋 copy color: '#DB7535'

red 219 ◦ green 117 ◦ blue 53

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

Shades of Tango #DB7535

Tints of Tango #DB7535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.62%

R = 56.3%
G = 30.08%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB7535 (or 0xDB7535) is known color: Tango. HEX triplet: DB, 75 and 35. RGB value is (219,117,53). Sum of RGB (Red+Green+Blue) = 219+117+53=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 53 (21.09% from 255 or 13.62% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7535 is #248ACA. Grayscale: #8C8C8C. Windows color (decimal): -2394827 or 3503579. OLE color: 3503579.

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

Color convert

RGB 219 117 53 -
CMYK 0 0.47 0.76 0.14
HSL 23.13º 0.7% 0.53% -
HSV(B) 23.13º 0.76% 0.86% -
XYZ 36.22 28.04 6.87 -
YUV 140.2 78.79 184.2 -
System Red Green Blue C M Y K H S L
Decimal 219 117 53 0 0.47 0.76 0.14 23.13 0.7 0.53
Hex DB 75 35 0 2F 4C E 17 46 35
Octal 333 165 65 0 57 114 16 27 106 65
Binary 11011011 1110101 110101 0 101111 1001100 1110 10111 1000110 110101

Color Harmonies of #DB7535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7535

Black with #DB7535

Text Example


Text Example

White with #DB7535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7535; }

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

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

background-color css

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

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

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

border-color css

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

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

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