Html Css Color HEX #D1680A Tenne (Tawny)

📋 copy color: '#D1680A'

red 209 ◦ green 104 ◦ blue 10

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

Shades of Tenne (Tawny) #D1680A

Tints of Tenne (Tawny) #D1680A

RGB

 RED value IS 209 (82.03% from 255) = 64.71%

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

 BLUE value IS 10 (4.3% from 255) = 3.1%

R = 64.71%
G = 32.2%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D1680A (or 0xD1680A) is known color: Tenne (Tawny). HEX triplet: D1, 68 and 0A. RGB value is (209,104,10). Sum of RGB (Red+Green+Blue) = 209+104+10=323 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.71% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 209 - color contains mainly: red. Hex color #D1680A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1680A is #2E97F5. Grayscale: #7D7D7D. Windows color (decimal): -3053558 or 682193. OLE color: 682193.

HSL color Cylindrical-coordinate representation of color #D1680A: hue angle of 28.34º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D1680A is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 104 10 -
CMYK 0 0.50 0.95 0.18
HSL 28.34º 0.91% 0.43% -
HSV(B) 28.34º 0.95% 0.82% -
XYZ 31.3 23.48 3.17 -
YUV 124.68 63.29 188.14 -
System Red Green Blue C M Y K H S L
Decimal 209 104 10 0 0.50 0.95 0.18 28.34 0.91 0.43
Hex D1 68 A 0 32 5F 12 1C 5B 2B
Octal 321 150 12 0 62 137 22 34 133 53
Binary 11010001 1101000 1010 0 110010 1011111 10010 11100 1011011 101011

Color Harmonies of #D1680A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1680A

Black with #D1680A

Text Example


Text Example

White with #D1680A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1680A; }

 p { color: rgb(209,104,10); }

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

background-color css

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

 a { background-color: rgb(209,104,10); }

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

border-color css

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

 span { border-color: rgb(209,104,10); }

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