Html Css Color HEX #D15000 Tenne (Tawny)

📋 copy color: '#D15000'

red 209 ◦ green 80 ◦ blue 0

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

Shades of Tenne (Tawny) #D15000

Tints of Tenne (Tawny) #D15000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.32%
G = 27.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D15000 (or 0xD15000) is known color: Tenne (Tawny). HEX triplet: D1, 50 and 00. RGB value is (209,80,0). Sum of RGB (Red+Green+Blue) = 209+80+0=289 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.32% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 209 - color contains mainly: red. Hex color #D15000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15000 is #2EAFFF. Grayscale: #6D6D6D. Windows color (decimal): -3059712 or 20689. OLE color: 20689.

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

Color convert

RGB 209 80 0 -
CMYK 0 0.62 1 0.18
HSL 22.97º 1% 0.41% -
HSV(B) 22.97º 1% 0.82% -
XYZ 29.16 19.29 2.19 -
YUV 109.45 66.24 199 -
System Red Green Blue C M Y K H S L
Decimal 209 80 0 0 0.62 1 0.18 22.97 1 0.41
Hex D1 50 0 0 3E 64 12 17 64 29
Octal 321 120 0 0 76 144 22 27 144 51
Binary 11010001 1010000 0 0 111110 1100100 10010 10111 1100100 101001

Color Harmonies of #D15000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15000

Black with #D15000

Text Example


Text Example

White with #D15000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15000; }

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

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

background-color css

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

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

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

border-color css

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

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

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