Html Css Color HEX #D46105 Tenne (Tawny)

📋 copy color: '#D46105'

red 212 ◦ green 97 ◦ blue 5

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

Shades of Tenne (Tawny) #D46105

Tints of Tenne (Tawny) #D46105

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.89%

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

R = 67.52%
G = 30.89%
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

#D46105 (or 0xD46105) is known color: Tenne (Tawny). HEX triplet: D4, 61 and 05. RGB value is (212,97,5). Sum of RGB (Red+Green+Blue) = 212+97+5=314 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.52% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 212 - color contains mainly: red. Hex color #D46105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46105 is #2B9EFA. Grayscale: #797979. Windows color (decimal): -2858747 or 352724. OLE color: 352724.

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

Color convert

RGB 212 97 5 -
CMYK 0 0.54 0.98 0.17
HSL 26.67º 0.95% 0.43% -
HSV(B) 26.67º 0.98% 0.83% -
XYZ 31.45 22.56 2.84 -
YUV 120.9 62.6 192.98 -
System Red Green Blue C M Y K H S L
Decimal 212 97 5 0 0.54 0.98 0.17 26.67 0.95 0.43
Hex D4 61 5 0 36 62 11 1B 5F 2B
Octal 324 141 5 0 66 142 21 33 137 53
Binary 11010100 1100001 101 0 110110 1100010 10001 11011 1011111 101011

Color Harmonies of #D46105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46105

Black with #D46105

Text Example


Text Example

White with #D46105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46105; }

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

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

background-color css

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

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

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

border-color css

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

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

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