Html Css Color HEX #D46807 Tenne (Tawny)

📋 copy color: '#D46807'

red 212 ◦ green 104 ◦ blue 7

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

Shades of Tenne (Tawny) #D46807

Tints of Tenne (Tawny) #D46807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.17%

R = 65.63%
G = 32.2%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D46807 (or 0xD46807) is known color: Tenne (Tawny). HEX triplet: D4, 68 and 07. RGB value is (212,104,7). Sum of RGB (Red+Green+Blue) = 212+104+7=323 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.63% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 7 (3.12% from 255 or 2.17% from 323); Max value from RGB is 212 - color contains mainly: red. Hex color #D46807 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46807 is #2B97F8. Grayscale: #7D7D7D. Windows color (decimal): -2856953 or 485588. OLE color: 485588.

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

Color convert

RGB 212 104 7 -
CMYK 0 0.51 0.97 0.17
HSL 28.39º 0.94% 0.43% -
HSV(B) 28.39º 0.97% 0.83% -
XYZ 32.14 23.91 3.12 -
YUV 125.23 61.28 189.89 -
System Red Green Blue C M Y K H S L
Decimal 212 104 7 0 0.51 0.97 0.17 28.39 0.94 0.43
Hex D4 68 7 0 33 61 11 1C 5E 2B
Octal 324 150 7 0 63 141 21 34 136 53
Binary 11010100 1101000 111 0 110011 1100001 10001 11100 1011110 101011

Color Harmonies of #D46807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46807

Black with #D46807

Text Example


Text Example

White with #D46807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46807; }

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

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

background-color css

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

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

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

border-color css

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

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

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