Html Css Color HEX #D15012 Tenne (Tawny)

📋 copy color: '#D15012'

red 209 ◦ green 80 ◦ blue 18

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

Shades of Tenne (Tawny) #D15012

Tints of Tenne (Tawny) #D15012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.86%

R = 68.08%
G = 26.06%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D15012 (or 0xD15012) is known color: Tenne (Tawny). HEX triplet: D1, 50 and 12. RGB value is (209,80,18). Sum of RGB (Red+Green+Blue) = 209+80+18=307 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.08% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 209 - color contains mainly: red. Hex color #D15012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15012 is #2EAFED. Grayscale: #6F6F6F. Windows color (decimal): -3059694 or 1200337. OLE color: 1200337.

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

Color convert

RGB 209 80 18 -
CMYK 0 0.62 0.91 0.18
HSL 19.48º 0.84% 0.45% -
HSV(B) 19.48º 0.91% 0.82% -
XYZ 29.27 19.34 2.76 -
YUV 111.5 75.24 197.54 -
System Red Green Blue C M Y K H S L
Decimal 209 80 18 0 0.62 0.91 0.18 19.48 0.84 0.45
Hex D1 50 12 0 3E 5B 12 13 54 2D
Octal 321 120 22 0 76 133 22 23 124 55
Binary 11010001 1010000 10010 0 111110 1011011 10010 10011 1010100 101101

Color Harmonies of #D15012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15012

Black with #D15012

Text Example


Text Example

White with #D15012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15012; }

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

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

background-color css

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

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

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

border-color css

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

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

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