Html Css Color HEX #D46305 Tenne (Tawny)

📋 copy color: '#D46305'

red 212 ◦ green 99 ◦ blue 5

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

Shades of Tenne (Tawny) #D46305

Tints of Tenne (Tawny) #D46305

RGB

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

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

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

R = 67.09%
G = 31.33%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D46305 (or 0xD46305) is known color: Tenne (Tawny). HEX triplet: D4, 63 and 05. RGB value is (212,99,5). Sum of RGB (Red+Green+Blue) = 212+99+5=316 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.09% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 5 (2.34% from 255 or 1.58% from 316); Max value from RGB is 212 - color contains mainly: red. Hex color #D46305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46305 is #2B9CFA. Grayscale: #7A7A7A. Windows color (decimal): -2858235 or 353236. OLE color: 353236.

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

Color convert

RGB 212 99 5 -
CMYK 0 0.53 0.98 0.17
HSL 27.25º 0.95% 0.43% -
HSV(B) 27.25º 0.98% 0.83% -
XYZ 31.64 22.93 2.9 -
YUV 122.07 61.94 192.14 -
System Red Green Blue C M Y K H S L
Decimal 212 99 5 0 0.53 0.98 0.17 27.25 0.95 0.43
Hex D4 63 5 0 35 62 11 1B 5F 2B
Octal 324 143 5 0 65 142 21 33 137 53
Binary 11010100 1100011 101 0 110101 1100010 10001 11011 1011111 101011

Color Harmonies of #D46305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46305

Black with #D46305

Text Example


Text Example

White with #D46305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46305; }

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

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

background-color css

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

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

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

border-color css

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

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

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