Html Css Color HEX #DB510F Tenne (Tawny)

📋 copy color: '#DB510F'

red 219 ◦ green 81 ◦ blue 15

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

Shades of Tenne (Tawny) #DB510F

Tints of Tenne (Tawny) #DB510F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.76%

R = 69.52%
G = 25.71%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB510F (or 0xDB510F) is known color: Tenne (Tawny). HEX triplet: DB, 51 and 0F. RGB value is (219,81,15). Sum of RGB (Red+Green+Blue) = 219+81+15=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB510F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB510F is #24AEF0. Grayscale: #737373. Windows color (decimal): -2404081 or 1003995. OLE color: 1003995.

HSL color Cylindrical-coordinate representation of color #DB510F: hue angle of 19.41º degrees, saturation: 0.87, 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 #DB510F is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 81 15 -
CMYK 0 0.63 0.93 0.14
HSL 19.41º 0.87% 0.46% -
HSV(B) 19.41º 0.93% 0.86% -
XYZ 32.24 20.98 2.8 -
YUV 114.74 71.72 202.37 -
System Red Green Blue C M Y K H S L
Decimal 219 81 15 0 0.63 0.93 0.14 19.41 0.87 0.46
Hex DB 51 F 0 3F 5D E 13 57 2E
Octal 333 121 17 0 77 135 16 23 127 56
Binary 11011011 1010001 1111 0 111111 1011101 1110 10011 1010111 101110

Color Harmonies of #DB510F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB510F

Black with #DB510F

Text Example


Text Example

White with #DB510F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB510F; }

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

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

background-color css

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

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

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

border-color css

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

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

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