Html Css Color HEX #D46705 Tenne (Tawny)

📋 copy color: '#D46705'

red 212 ◦ green 103 ◦ blue 5

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

Shades of Tenne (Tawny) #D46705

Tints of Tenne (Tawny) #D46705

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.19%

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

R = 66.25%
G = 32.19%
B = 1.56%

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

#D46705 (or 0xD46705) is known color: Tenne (Tawny). HEX triplet: D4, 67 and 05. RGB value is (212,103,5). Sum of RGB (Red+Green+Blue) = 212+103+5=320 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.25% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 212 - color contains mainly: red. Hex color #D46705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46705 is #2B98FA. Grayscale: #7C7C7C. Windows color (decimal): -2857211 or 354260. OLE color: 354260.

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

Color convert

RGB 212 103 5 -
CMYK 0 0.51 0.98 0.17
HSL 28.41º 0.95% 0.43% -
HSV(B) 28.41º 0.98% 0.83% -
XYZ 32.03 23.71 3.03 -
YUV 124.42 60.61 190.47 -
System Red Green Blue C M Y K H S L
Decimal 212 103 5 0 0.51 0.98 0.17 28.41 0.95 0.43
Hex D4 67 5 0 33 62 11 1C 5F 2B
Octal 324 147 5 0 63 142 21 34 137 53
Binary 11010100 1100111 101 0 110011 1100010 10001 11100 1011111 101011

Color Harmonies of #D46705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46705

Black with #D46705

Text Example


Text Example

White with #D46705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46705; }

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

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

background-color css

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

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

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

border-color css

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

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

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