Html Css Color HEX #D46005 Tenne (Tawny)

📋 copy color: '#D46005'

red 212 ◦ green 96 ◦ blue 5

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

Shades of Tenne (Tawny) #D46005

Tints of Tenne (Tawny) #D46005

RGB

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

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

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

R = 67.73%
G = 30.67%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D46005 (or 0xD46005) is known color: Tenne (Tawny). HEX triplet: D4, 60 and 05. RGB value is (212,96,5). Sum of RGB (Red+Green+Blue) = 212+96+5=313 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.73% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 212 - color contains mainly: red. Hex color #D46005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46005 is #2B9FFA. Grayscale: #787878. Windows color (decimal): -2859003 or 352468. OLE color: 352468.

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

Color convert

RGB 212 96 5 -
CMYK 0 0.55 0.98 0.17
HSL 26.38º 0.95% 0.43% -
HSV(B) 26.38º 0.98% 0.83% -
XYZ 31.36 22.37 2.81 -
YUV 120.31 62.93 193.4 -
System Red Green Blue C M Y K H S L
Decimal 212 96 5 0 0.55 0.98 0.17 26.38 0.95 0.43
Hex D4 60 5 0 37 62 11 1A 5F 2B
Octal 324 140 5 0 67 142 21 32 137 53
Binary 11010100 1100000 101 0 110111 1100010 10001 11010 1011111 101011

Color Harmonies of #D46005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46005

Black with #D46005

Text Example


Text Example

White with #D46005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46005; }

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

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

background-color css

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

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

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

border-color css

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

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

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