Html Css Color HEX #D46205 Tenne (Tawny)

📋 copy color: '#D46205'

red 212 ◦ green 98 ◦ blue 5

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

Shades of Tenne (Tawny) #D46205

Tints of Tenne (Tawny) #D46205

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.11%

 BLUE value IS 5 (2.34% from 255) = 1.59%

R = 67.3%
G = 31.11%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D46205 (or 0xD46205) is known color: Tenne (Tawny). HEX triplet: D4, 62 and 05. RGB value is (212,98,5). Sum of RGB (Red+Green+Blue) = 212+98+5=315 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.30% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 212 - color contains mainly: red. Hex color #D46205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46205 is #2B9DFA. Grayscale: #797979. Windows color (decimal): -2858491 or 352980. OLE color: 352980.

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

Color convert

RGB 212 98 5 -
CMYK 0 0.54 0.98 0.17
HSL 26.96º 0.95% 0.43% -
HSV(B) 26.96º 0.98% 0.83% -
XYZ 31.55 22.74 2.87 -
YUV 121.48 62.27 192.56 -
System Red Green Blue C M Y K H S L
Decimal 212 98 5 0 0.54 0.98 0.17 26.96 0.95 0.43
Hex D4 62 5 0 36 62 11 1B 5F 2B
Octal 324 142 5 0 66 142 21 33 137 53
Binary 11010100 1100010 101 0 110110 1100010 10001 11011 1011111 101011

Color Harmonies of #D46205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46205

Black with #D46205

Text Example


Text Example

White with #D46205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46205; }

 p { color: rgb(212,98,5); }

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

background-color css

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

 a { background-color: rgb(212,98,5); }

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

border-color css

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

 span { border-color: rgb(212,98,5); }

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