Html Css Color HEX #D0510E Tenne (Tawny)

📋 copy color: '#D0510E'

red 208 ◦ green 81 ◦ blue 14

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

Shades of Tenne (Tawny) #D0510E

Tints of Tenne (Tawny) #D0510E

RGB

 RED value IS 208 (81.64% from 255) = 68.65%

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

 BLUE value IS 14 (5.86% from 255) = 4.62%

R = 68.65%
G = 26.73%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0510E (or 0xD0510E) is known color: Tenne (Tawny). HEX triplet: D0, 51 and 0E. RGB value is (208,81,14). Sum of RGB (Red+Green+Blue) = 208+81+14=303 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.65% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 208 - color contains mainly: red. Hex color #D0510E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0510E is #2FAEF1. Grayscale: #6F6F6F. Windows color (decimal): -3124978 or 938448. OLE color: 938448.

HSL color Cylindrical-coordinate representation of color #D0510E: hue angle of 20.72º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0510E is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 81 14 -
CMYK 0 0.61 0.93 0.18
HSL 20.72º 0.87% 0.44% -
HSV(B) 20.72º 0.93% 0.82% -
XYZ 29.03 19.33 2.62 -
YUV 111.34 73.08 196.95 -
System Red Green Blue C M Y K H S L
Decimal 208 81 14 0 0.61 0.93 0.18 20.72 0.87 0.44
Hex D0 51 E 0 3D 5D 12 15 57 2C
Octal 320 121 16 0 75 135 22 25 127 54
Binary 11010000 1010001 1110 0 111101 1011101 10010 10101 1010111 101100

Color Harmonies of #D0510E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0510E

Black with #D0510E

Text Example


Text Example

White with #D0510E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0510E; }

 p { color: rgb(208,81,14); }

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

background-color css

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

 a { background-color: rgb(208,81,14); }

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

border-color css

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

 span { border-color: rgb(208,81,14); }

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