Html Css Color HEX #D46501 Tenne (Tawny)

📋 copy color: '#D46501'

red 212 ◦ green 101 ◦ blue 1

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

Shades of Tenne (Tawny) #D46501

Tints of Tenne (Tawny) #D46501

RGB

 RED value IS 212 (83.2% from 255) = 67.52%

 GREEN value IS 101 (39.84% from 255) = 32.17%

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

R = 67.52%
G = 32.17%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#D46501 (or 0xD46501) is known color: Tenne (Tawny). HEX triplet: D4, 65 and 01. RGB value is (212,101,1). Sum of RGB (Red+Green+Blue) = 212+101+1=314 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.52% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 212 - color contains mainly: red. Hex color #D46501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46501 is #2B9AFE. Grayscale: #7B7B7B. Windows color (decimal): -2857727 or 91604. OLE color: 91604.

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

Color convert

RGB 212 101 1 -
CMYK 0 0.52 1.00 0.17
HSL 28.44º 0.99% 0.42% -
HSV(B) 28.44º 1% 0.83% -
XYZ 31.81 23.31 2.85 -
YUV 122.79 59.27 191.63 -
System Red Green Blue C M Y K H S L
Decimal 212 101 1 0 0.52 1.00 0.17 28.44 0.99 0.42
Hex D4 65 1 0 34 64 11 1C 63 2A
Octal 324 145 1 0 64 144 21 34 143 52
Binary 11010100 1100101 1 0 110100 1100100 10001 11100 1100011 101010

Color Harmonies of #D46501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46501

Black with #D46501

Text Example


Text Example

White with #D46501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46501; }

 p { color: rgb(212,101,1); }

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

background-color css

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

 a { background-color: rgb(212,101,1); }

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

border-color css

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

 span { border-color: rgb(212,101,1); }

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