Html Css Color HEX #D15501 Tenne (Tawny)

📋 copy color: '#D15501'

red 209 ◦ green 85 ◦ blue 1

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

Shades of Tenne (Tawny) #D15501

Tints of Tenne (Tawny) #D15501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 70.85%
G = 28.81%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D15501 (or 0xD15501) is known color: Tenne (Tawny). HEX triplet: D1, 55 and 01. RGB value is (209,85,1). Sum of RGB (Red+Green+Blue) = 209+85+1=295 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.85% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 209 - color contains mainly: red. Hex color #D15501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15501 is #2EAAFE. Grayscale: #707070. Windows color (decimal): -3058431 or 87505. OLE color: 87505.

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

Color convert

RGB 209 85 1 -
CMYK 0 0.59 1.00 0.18
HSL 24.23º 0.99% 0.41% -
HSV(B) 24.23º 1% 0.82% -
XYZ 29.55 20.05 2.34 -
YUV 112.5 65.08 196.83 -
System Red Green Blue C M Y K H S L
Decimal 209 85 1 0 0.59 1.00 0.18 24.23 0.99 0.41
Hex D1 55 1 0 3B 64 12 18 63 29
Octal 321 125 1 0 73 144 22 30 143 51
Binary 11010001 1010101 1 0 111011 1100100 10010 11000 1100011 101001

Color Harmonies of #D15501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15501

Black with #D15501

Text Example


Text Example

White with #D15501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15501; }

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

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

background-color css

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

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

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

border-color css

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

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

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