Html Css Color HEX #D15014 Tenne (Tawny)

📋 copy color: '#D15014'

red 209 ◦ green 80 ◦ blue 20

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

Shades of Tenne (Tawny) #D15014

Tints of Tenne (Tawny) #D15014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.47%

R = 67.64%
G = 25.89%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D15014 (or 0xD15014) is known color: Tenne (Tawny). HEX triplet: D1, 50 and 14. RGB value is (209,80,20). Sum of RGB (Red+Green+Blue) = 209+80+20=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D15014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15014 is #2EAFEB. Grayscale: #707070. Windows color (decimal): -3059692 or 1331409. OLE color: 1331409.

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

Color convert

RGB 209 80 20 -
CMYK 0 0.62 0.90 0.18
HSL 19.05º 0.83% 0.45% -
HSV(B) 19.05º 0.9% 0.82% -
XYZ 29.29 19.34 2.85 -
YUV 111.73 76.24 197.38 -
System Red Green Blue C M Y K H S L
Decimal 209 80 20 0 0.62 0.90 0.18 19.05 0.83 0.45
Hex D1 50 14 0 3E 5A 12 13 53 2D
Octal 321 120 24 0 76 132 22 23 123 55
Binary 11010001 1010000 10100 0 111110 1011010 10010 10011 1010011 101101

Color Harmonies of #D15014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15014

Black with #D15014

Text Example


Text Example

White with #D15014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15014; }

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

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

background-color css

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

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

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

border-color css

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

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

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