Html Css Color HEX #D15016 Tenne (Tawny)

📋 copy color: '#D15016'

red 209 ◦ green 80 ◦ blue 22

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

Shades of Tenne (Tawny) #D15016

Tints of Tenne (Tawny) #D15016

RGB

 RED value IS 209 (82.03% from 255) = 67.2%

 GREEN value IS 80 (31.64% from 255) = 25.72%

 BLUE value IS 22 (8.98% from 255) = 7.07%

R = 67.2%
G = 25.72%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D15016 (or 0xD15016) is known color: Tenne (Tawny). HEX triplet: D1, 50 and 16. RGB value is (209,80,22). Sum of RGB (Red+Green+Blue) = 209+80+22=311 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.20% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 209 - color contains mainly: red. Hex color #D15016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15016 is #2EAFE9. Grayscale: #707070. Windows color (decimal): -3059690 or 1462481. OLE color: 1462481.

HSL color Cylindrical-coordinate representation of color #D15016: hue angle of 18.61º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D15016 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 80 22 -
CMYK 0 0.62 0.89 0.18
HSL 18.61º 0.81% 0.45% -
HSV(B) 18.61º 0.89% 0.82% -
XYZ 29.31 19.35 2.95 -
YUV 111.96 77.24 197.22 -
System Red Green Blue C M Y K H S L
Decimal 209 80 22 0 0.62 0.89 0.18 18.61 0.81 0.45
Hex D1 50 16 0 3E 59 12 13 51 2D
Octal 321 120 26 0 76 131 22 23 121 55
Binary 11010001 1010000 10110 0 111110 1011001 10010 10011 1010001 101101

Color Harmonies of #D15016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15016

Black with #D15016

Text Example


Text Example

White with #D15016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15016; }

 p { color: rgb(209,80,22); }

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

background-color css

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

 a { background-color: rgb(209,80,22); }

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

border-color css

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

 span { border-color: rgb(209,80,22); }

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