Html Css Color HEX #D15F00 Tenne (Tawny)

📋 copy color: '#D15F00'

red 209 ◦ green 95 ◦ blue 0

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

Shades of Tenne (Tawny) #D15F00

Tints of Tenne (Tawny) #D15F00

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.25%

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

R = 68.75%
G = 31.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D15F00 (or 0xD15F00) is known color: Tenne (Tawny). HEX triplet: D1, 5F and 00. RGB value is (209,95,0). Sum of RGB (Red+Green+Blue) = 209+95+0=304 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.75% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15F00 is #2EA0FF. Grayscale: #767676. Windows color (decimal): -3055872 or 24529. OLE color: 24529.

HSL color Cylindrical-coordinate representation of color #D15F00: hue angle of 27.27º 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 #D15F00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 95 0 -
CMYK 0 0.55 1 0.18
HSL 27.27º 1% 0.41% -
HSV(B) 27.27º 1% 0.82% -
XYZ 30.39 21.74 2.59 -
YUV 118.26 61.27 192.72 -
System Red Green Blue C M Y K H S L
Decimal 209 95 0 0 0.55 1 0.18 27.27 1 0.41
Hex D1 5F 0 0 37 64 12 1B 64 29
Octal 321 137 0 0 67 144 22 33 144 51
Binary 11010001 1011111 0 0 110111 1100100 10010 11011 1100100 101001

Color Harmonies of #D15F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15F00

Black with #D15F00

Text Example


Text Example

White with #D15F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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