Html Css Color HEX #DB5101 Tenne (Tawny)

📋 copy color: '#DB5101'

red 219 ◦ green 81 ◦ blue 1

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

Shades of Tenne (Tawny) #DB5101

Tints of Tenne (Tawny) #DB5101

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.91%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 72.76%
G = 26.91%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DB5101 (or 0xDB5101) is known color: Tenne (Tawny). HEX triplet: DB, 51 and 01. RGB value is (219,81,1). Sum of RGB (Red+Green+Blue) = 219+81+1=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5101 is #24AEFE. Grayscale: #717171. Windows color (decimal): -2404095 or 86491. OLE color: 86491.

HSL color Cylindrical-coordinate representation of color #DB5101: hue angle of 22.02º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB5101 is Cyan = 0, Magento = 0.63, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 81 1 -
CMYK 0 0.63 1.00 0.14
HSL 22.02º 0.99% 0.43% -
HSV(B) 22.02º 1% 0.86% -
XYZ 32.16 20.95 2.38 -
YUV 113.14 64.72 203.5 -
System Red Green Blue C M Y K H S L
Decimal 219 81 1 0 0.63 1.00 0.14 22.02 0.99 0.43
Hex DB 51 1 0 3F 64 E 16 63 2B
Octal 333 121 1 0 77 144 16 26 143 53
Binary 11011011 1010001 1 0 111111 1100100 1110 10110 1100011 101011

Color Harmonies of #DB5101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5101

Black with #DB5101

Text Example


Text Example

White with #DB5101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5101; }

 p { color: rgb(219,81,1); }

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

background-color css

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

 a { background-color: rgb(219,81,1); }

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

border-color css

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

 span { border-color: rgb(219,81,1); }

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