Html Css Color HEX #D36401 Tenne (Tawny)

📋 copy color: '#D36401'

red 211 ◦ green 100 ◦ blue 1

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

Shades of Tenne (Tawny) #D36401

Tints of Tenne (Tawny) #D36401

RGB

 RED value IS 211 (82.81% from 255) = 67.63%

 GREEN value IS 100 (39.45% from 255) = 32.05%

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

R = 67.63%
G = 32.05%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#D36401 (or 0xD36401) is known color: Tenne (Tawny). HEX triplet: D3, 64 and 01. RGB value is (211,100,1). Sum of RGB (Red+Green+Blue) = 211+100+1=312 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.63% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 211 - color contains mainly: red. Hex color #D36401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36401 is #2C9BFE. Grayscale: #7A7A7A. Windows color (decimal): -2923519 or 91347. OLE color: 91347.

HSL color Cylindrical-coordinate representation of color #D36401: hue angle of 28.29º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D36401 is Cyan = 0, Magento = 0.53, Yellow = 1.00 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 100 1 -
CMYK 0 0.53 1.00 0.17
HSL 28.29º 0.99% 0.42% -
HSV(B) 28.29º 1% 0.83% -
XYZ 31.43 22.97 2.81 -
YUV 121.9 59.77 191.55 -
System Red Green Blue C M Y K H S L
Decimal 211 100 1 0 0.53 1.00 0.17 28.29 0.99 0.42
Hex D3 64 1 0 35 64 11 1C 63 2A
Octal 323 144 1 0 65 144 21 34 143 52
Binary 11010011 1100100 1 0 110101 1100100 10001 11100 1100011 101010

Color Harmonies of #D36401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36401

Black with #D36401

Text Example


Text Example

White with #D36401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36401; }

 p { color: rgb(211,100,1); }

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

background-color css

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

 a { background-color: rgb(211,100,1); }

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

border-color css

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

 span { border-color: rgb(211,100,1); }

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