Html Css Color HEX #D46008 Tenne (Tawny)

📋 copy color: '#D46008'

red 212 ◦ green 96 ◦ blue 8

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

Shades of Tenne (Tawny) #D46008

Tints of Tenne (Tawny) #D46008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.53%

R = 67.09%
G = 30.38%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D46008 (or 0xD46008) is known color: Tenne (Tawny). HEX triplet: D4, 60 and 08. RGB value is (212,96,8). Sum of RGB (Red+Green+Blue) = 212+96+8=316 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.09% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 212 - color contains mainly: red. Hex color #D46008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46008 is #2B9FF7. Grayscale: #797979. Windows color (decimal): -2859000 or 549076. OLE color: 549076.

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

Color convert

RGB 212 96 8 -
CMYK 0 0.55 0.96 0.17
HSL 25.88º 0.93% 0.43% -
HSV(B) 25.88º 0.96% 0.83% -
XYZ 31.38 22.38 2.9 -
YUV 120.65 64.43 193.16 -
System Red Green Blue C M Y K H S L
Decimal 212 96 8 0 0.55 0.96 0.17 25.88 0.93 0.43
Hex D4 60 8 0 37 60 11 1A 5D 2B
Octal 324 140 10 0 67 140 21 32 135 53
Binary 11010100 1100000 1000 0 110111 1100000 10001 11010 1011101 101011

Color Harmonies of #D46008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46008

Black with #D46008

Text Example


Text Example

White with #D46008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46008; }

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

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

background-color css

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

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

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

border-color css

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

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

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