Html Css Color HEX #D15C01 Tenne (Tawny)

📋 copy color: '#D15C01'

red 209 ◦ green 92 ◦ blue 1

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

Shades of Tenne (Tawny) #D15C01

Tints of Tenne (Tawny) #D15C01

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.46%

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

R = 69.21%
G = 30.46%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D15C01 (or 0xD15C01) is known color: Tenne (Tawny). HEX triplet: D1, 5C and 01. RGB value is (209,92,1). Sum of RGB (Red+Green+Blue) = 209+92+1=302 (40% of max value = 765). Red value is 209 (82.03% from 255 or 69.21% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 209 - color contains mainly: red. Hex color #D15C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15C01 is #2EA3FE. Grayscale: #757575. Windows color (decimal): -3056639 or 89297. OLE color: 89297.

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

Color convert

RGB 209 92 1 -
CMYK 0 0.56 1.00 0.18
HSL 26.25º 0.99% 0.41% -
HSV(B) 26.25º 1% 0.82% -
XYZ 30.13 21.21 2.54 -
YUV 116.61 62.76 193.9 -
System Red Green Blue C M Y K H S L
Decimal 209 92 1 0 0.56 1.00 0.18 26.25 0.99 0.41
Hex D1 5C 1 0 38 64 12 1A 63 29
Octal 321 134 1 0 70 144 22 32 143 51
Binary 11010001 1011100 1 0 111000 1100100 10010 11010 1100011 101001

Color Harmonies of #D15C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15C01

Black with #D15C01

Text Example


Text Example

White with #D15C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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