Html Css Color HEX #DB5A10 Tenne (Tawny)

📋 copy color: '#DB5A10'

red 219 ◦ green 90 ◦ blue 16

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

Shades of Tenne (Tawny) #DB5A10

Tints of Tenne (Tawny) #DB5A10

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.69%

 BLUE value IS 16 (6.64% from 255) = 4.92%

R = 67.38%
G = 27.69%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB5A10 (or 0xDB5A10) is known color: Tenne (Tawny). HEX triplet: DB, 5A and 10. RGB value is (219,90,16). Sum of RGB (Red+Green+Blue) = 219+90+16=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5A10 is #24A5EF. Grayscale: #787878. Windows color (decimal): -2401776 or 1071835. OLE color: 1071835.

HSL color Cylindrical-coordinate representation of color #DB5A10: hue angle of 21.87º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB5A10 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 90 16 -
CMYK 0 0.59 0.93 0.14
HSL 21.87º 0.86% 0.46% -
HSV(B) 21.87º 0.93% 0.86% -
XYZ 32.96 22.41 3.08 -
YUV 120.14 69.24 198.52 -
System Red Green Blue C M Y K H S L
Decimal 219 90 16 0 0.59 0.93 0.14 21.87 0.86 0.46
Hex DB 5A 10 0 3B 5D E 16 56 2E
Octal 333 132 20 0 73 135 16 26 126 56
Binary 11011011 1011010 10000 0 111011 1011101 1110 10110 1010110 101110

Color Harmonies of #DB5A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5A10

Black with #DB5A10

Text Example


Text Example

White with #DB5A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5A10; }

 p { color: rgb(219,90,16); }

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

background-color css

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

 a { background-color: rgb(219,90,16); }

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

border-color css

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

 span { border-color: rgb(219,90,16); }

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