Html Css Color HEX #D46804 Tenne (Tawny)

📋 copy color: '#D46804'

red 212 ◦ green 104 ◦ blue 4

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

Shades of Tenne (Tawny) #D46804

Tints of Tenne (Tawny) #D46804

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.5%

 BLUE value IS 4 (1.95% from 255) = 1.25%

R = 66.25%
G = 32.5%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D46804 (or 0xD46804) is known color: Tenne (Tawny). HEX triplet: D4, 68 and 04. RGB value is (212,104,4). Sum of RGB (Red+Green+Blue) = 212+104+4=320 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.25% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 212 - color contains mainly: red. Hex color #D46804 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46804 is #2B97FB. Grayscale: #7D7D7D. Windows color (decimal): -2856956 or 288980. OLE color: 288980.

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

Color convert

RGB 212 104 4 -
CMYK 0 0.51 0.98 0.17
HSL 28.85º 0.96% 0.42% -
HSV(B) 28.85º 0.98% 0.83% -
XYZ 32.12 23.91 3.04 -
YUV 124.89 59.78 190.13 -
System Red Green Blue C M Y K H S L
Decimal 212 104 4 0 0.51 0.98 0.17 28.85 0.96 0.42
Hex D4 68 4 0 33 62 11 1D 60 2A
Octal 324 150 4 0 63 142 21 35 140 52
Binary 11010100 1101000 100 0 110011 1100010 10001 11101 1100000 101010

Color Harmonies of #D46804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46804

Black with #D46804

Text Example


Text Example

White with #D46804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46804; }

 p { color: rgb(212,104,4); }

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

background-color css

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

 a { background-color: rgb(212,104,4); }

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

border-color css

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

 span { border-color: rgb(212,104,4); }

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