Html Css Color HEX #D15010 Tenne (Tawny)

📋 copy color: '#D15010'

red 209 ◦ green 80 ◦ blue 16

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

Shades of Tenne (Tawny) #D15010

Tints of Tenne (Tawny) #D15010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.25%

R = 68.52%
G = 26.23%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D15010 (or 0xD15010) is known color: Tenne (Tawny). HEX triplet: D1, 50 and 10. RGB value is (209,80,16). Sum of RGB (Red+Green+Blue) = 209+80+16=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D15010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15010 is #2EAFEF. Grayscale: #6F6F6F. Windows color (decimal): -3059696 or 1069265. OLE color: 1069265.

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

Color convert

RGB 209 80 16 -
CMYK 0 0.62 0.92 0.18
HSL 19.9º 0.86% 0.44% -
HSV(B) 19.9º 0.92% 0.82% -
XYZ 29.26 19.33 2.68 -
YUV 111.28 74.24 197.7 -
System Red Green Blue C M Y K H S L
Decimal 209 80 16 0 0.62 0.92 0.18 19.9 0.86 0.44
Hex D1 50 10 0 3E 5C 12 14 56 2C
Octal 321 120 20 0 76 134 22 24 126 54
Binary 11010001 1010000 10000 0 111110 1011100 10010 10100 1010110 101100

Color Harmonies of #D15010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15010

Black with #D15010

Text Example


Text Example

White with #D15010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15010; }

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

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

background-color css

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

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

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

border-color css

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

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

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