Html Css Color HEX #DB510C Tenne (Tawny)

📋 copy color: '#DB510C'

red 219 ◦ green 81 ◦ blue 12

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

Shades of Tenne (Tawny) #DB510C

Tints of Tenne (Tawny) #DB510C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.85%

R = 70.19%
G = 25.96%
B = 3.85%

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

#DB510C (or 0xDB510C) is known color: Tenne (Tawny). HEX triplet: DB, 51 and 0C. RGB value is (219,81,12). Sum of RGB (Red+Green+Blue) = 219+81+12=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB510C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB510C is #24AEF3. Grayscale: #727272. Windows color (decimal): -2404084 or 807387. OLE color: 807387.

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

Color convert

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

Color Harmonies of #DB510C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB510C

Black with #DB510C

Text Example


Text Example

White with #DB510C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB510C; }

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

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

background-color css

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

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

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

border-color css

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

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

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