Html Css Color HEX #D46006 Tenne (Tawny)

📋 copy color: '#D46006'

red 212 ◦ green 96 ◦ blue 6

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

Shades of Tenne (Tawny) #D46006

Tints of Tenne (Tawny) #D46006

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.57%

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

R = 67.52%
G = 30.57%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D46006 (or 0xD46006) is known color: Tenne (Tawny). HEX triplet: D4, 60 and 06. RGB value is (212,96,6). Sum of RGB (Red+Green+Blue) = 212+96+6=314 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.52% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 6 (2.73% from 255 or 1.91% from 314); Max value from RGB is 212 - color contains mainly: red. Hex color #D46006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46006 is #2B9FF9. Grayscale: #787878. Windows color (decimal): -2859002 or 418004. OLE color: 418004.

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

Color convert

RGB 212 96 6 -
CMYK 0 0.55 0.97 0.17
HSL 26.21º 0.94% 0.43% -
HSV(B) 26.21º 0.97% 0.83% -
XYZ 31.37 22.38 2.84 -
YUV 120.42 63.43 193.32 -
System Red Green Blue C M Y K H S L
Decimal 212 96 6 0 0.55 0.97 0.17 26.21 0.94 0.43
Hex D4 60 6 0 37 61 11 1A 5E 2B
Octal 324 140 6 0 67 141 21 32 136 53
Binary 11010100 1100000 110 0 110111 1100001 10001 11010 1011110 101011

Color Harmonies of #D46006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46006

Black with #D46006

Text Example


Text Example

White with #D46006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46006; }

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

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

background-color css

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

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

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

border-color css

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

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

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