Html Css Color HEX #D46306 Tenne (Tawny)

📋 copy color: '#D46306'

red 212 ◦ green 99 ◦ blue 6

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

Shades of Tenne (Tawny) #D46306

Tints of Tenne (Tawny) #D46306

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.23%

 BLUE value IS 6 (2.73% from 255) = 1.89%

R = 66.88%
G = 31.23%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D46306 (or 0xD46306) is known color: Tenne (Tawny). HEX triplet: D4, 63 and 06. RGB value is (212,99,6). Sum of RGB (Red+Green+Blue) = 212+99+6=317 (41% of max value = 765). Red value is 212 (83.20% from 255 or 66.88% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 6 (2.73% from 255 or 1.89% from 317); Max value from RGB is 212 - color contains mainly: red. Hex color #D46306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46306 is #2B9CF9. Grayscale: #7A7A7A. Windows color (decimal): -2858234 or 418772. OLE color: 418772.

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

Color convert

RGB 212 99 6 -
CMYK 0 0.53 0.97 0.17
HSL 27.09º 0.94% 0.43% -
HSV(B) 27.09º 0.97% 0.83% -
XYZ 31.65 22.93 2.93 -
YUV 122.19 62.44 192.06 -
System Red Green Blue C M Y K H S L
Decimal 212 99 6 0 0.53 0.97 0.17 27.09 0.94 0.43
Hex D4 63 6 0 35 61 11 1B 5E 2B
Octal 324 143 6 0 65 141 21 33 136 53
Binary 11010100 1100011 110 0 110101 1100001 10001 11011 1011110 101011

Color Harmonies of #D46306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46306

Black with #D46306

Text Example


Text Example

White with #D46306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46306; }

 p { color: rgb(212,99,6); }

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

background-color css

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

 a { background-color: rgb(212,99,6); }

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

border-color css

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

 span { border-color: rgb(212,99,6); }

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