Html Css Color HEX #D46400 Tenne (Tawny)

📋 copy color: '#D46400'

red 212 ◦ green 100 ◦ blue 0

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

Shades of Tenne (Tawny) #D46400

Tints of Tenne (Tawny) #D46400

RGB

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

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

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

R = 67.95%
G = 32.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D46400 (or 0xD46400) is known color: Tenne (Tawny). HEX triplet: D4, 64 and 00. RGB value is (212,100,0). Sum of RGB (Red+Green+Blue) = 212+100+0=312 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.95% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 212 - color contains mainly: red. Hex color #D46400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46400 is #2B9BFF. Grayscale: #7A7A7A. Windows color (decimal): -2857984 or 25812. OLE color: 25812.

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

Color convert

RGB 212 100 0 -
CMYK 0 0.53 1 0.17
HSL 28.3º 1% 0.42% -
HSV(B) 28.3º 1% 0.83% -
XYZ 31.71 23.11 2.79 -
YUV 122.09 59.11 192.13 -
System Red Green Blue C M Y K H S L
Decimal 212 100 0 0 0.53 1 0.17 28.3 1 0.42
Hex D4 64 0 0 35 64 11 1C 64 2A
Octal 324 144 0 0 65 144 21 34 144 52
Binary 11010100 1100100 0 0 110101 1100100 10001 11100 1100100 101010

Color Harmonies of #D46400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46400

Black with #D46400

Text Example


Text Example

White with #D46400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46400; }

 p { color: rgb(212,100,0); }

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

background-color css

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

 a { background-color: rgb(212,100,0); }

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

border-color css

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

 span { border-color: rgb(212,100,0); }

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