Html Css Color HEX #D15B00 Tenne (Tawny)

📋 copy color: '#D15B00'

red 209 ◦ green 91 ◦ blue 0

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

Shades of Tenne (Tawny) #D15B00

Tints of Tenne (Tawny) #D15B00

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.33%

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

R = 69.67%
G = 30.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D15B00 (or 0xD15B00) is known color: Tenne (Tawny). HEX triplet: D1, 5B and 00. RGB value is (209,91,0). Sum of RGB (Red+Green+Blue) = 209+91+0=300 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.67% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 209 - color contains mainly: red. Hex color #D15B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15B00 is #2EA4FF. Grayscale: #747474. Windows color (decimal): -3056896 or 23505. OLE color: 23505.

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

Color convert

RGB 209 91 0 -
CMYK 0 0.56 1 0.18
HSL 26.12º 1% 0.41% -
HSV(B) 26.12º 1% 0.82% -
XYZ 30.04 21.04 2.48 -
YUV 115.91 62.59 194.4 -
System Red Green Blue C M Y K H S L
Decimal 209 91 0 0 0.56 1 0.18 26.12 1 0.41
Hex D1 5B 0 0 38 64 12 1A 64 29
Octal 321 133 0 0 70 144 22 32 144 51
Binary 11010001 1011011 0 0 111000 1100100 10010 11010 1100100 101001

Color Harmonies of #D15B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15B00

Black with #D15B00

Text Example


Text Example

White with #D15B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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