Html Css Color HEX #DB510B Tenne (Tawny)

📋 copy color: '#DB510B'

red 219 ◦ green 81 ◦ blue 11

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

Shades of Tenne (Tawny) #DB510B

Tints of Tenne (Tawny) #DB510B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.54%

R = 70.42%
G = 26.05%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB510B (or 0xDB510B) is known color: Tenne (Tawny). HEX triplet: DB, 51 and 0B. RGB value is (219,81,11). Sum of RGB (Red+Green+Blue) = 219+81+11=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB510B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB510B is #24AEF4. Grayscale: #727272. Windows color (decimal): -2404085 or 741851. OLE color: 741851.

HSL color Cylindrical-coordinate representation of color #DB510B: hue angle of 20.19º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB510B is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 81 11 -
CMYK 0 0.63 0.95 0.14
HSL 20.19º 0.9% 0.45% -
HSV(B) 20.19º 0.95% 0.86% -
XYZ 32.22 20.97 2.67 -
YUV 114.28 69.72 202.69 -
System Red Green Blue C M Y K H S L
Decimal 219 81 11 0 0.63 0.95 0.14 20.19 0.9 0.45
Hex DB 51 B 0 3F 5F E 14 5A 2D
Octal 333 121 13 0 77 137 16 24 132 55
Binary 11011011 1010001 1011 0 111111 1011111 1110 10100 1011010 101101

Color Harmonies of #DB510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB510B

Black with #DB510B

Text Example


Text Example

White with #DB510B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB510B; }

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

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

background-color css

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

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

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

border-color css

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

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

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