Html Css Color HEX #D15500 Tenne (Tawny)

📋 copy color: '#D15500'

red 209 ◦ green 85 ◦ blue 0

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

Shades of Tenne (Tawny) #D15500

Tints of Tenne (Tawny) #D15500

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.91%

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

R = 71.09%
G = 28.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D15500 (or 0xD15500) is known color: Tenne (Tawny). HEX triplet: D1, 55 and 00. RGB value is (209,85,0). Sum of RGB (Red+Green+Blue) = 209+85+0=294 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.09% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 209 - color contains mainly: red. Hex color #D15500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15500 is #2EAAFF. Grayscale: #707070. Windows color (decimal): -3058432 or 21969. OLE color: 21969.

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

Color convert

RGB 209 85 0 -
CMYK 0 0.59 1 0.18
HSL 24.4º 1% 0.41% -
HSV(B) 24.4º 1% 0.82% -
XYZ 29.54 20.05 2.31 -
YUV 112.39 64.58 196.91 -
System Red Green Blue C M Y K H S L
Decimal 209 85 0 0 0.59 1 0.18 24.4 1 0.41
Hex D1 55 0 0 3B 64 12 18 64 29
Octal 321 125 0 0 73 144 22 30 144 51
Binary 11010001 1010101 0 0 111011 1100100 10010 11000 1100100 101001

Color Harmonies of #D15500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15500

Black with #D15500

Text Example


Text Example

White with #D15500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15500; }

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

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

background-color css

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

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

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

border-color css

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

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

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