Html Css Color HEX #D1660B Tenne (Tawny)

📋 copy color: '#D1660B'

red 209 ◦ green 102 ◦ blue 11

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

Shades of Tenne (Tawny) #D1660B

Tints of Tenne (Tawny) #D1660B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.68%

 BLUE value IS 11 (4.69% from 255) = 3.42%

R = 64.91%
G = 31.68%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D1660B (or 0xD1660B) is known color: Tenne (Tawny). HEX triplet: D1, 66 and 0B. RGB value is (209,102,11). Sum of RGB (Red+Green+Blue) = 209+102+11=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 11 (4.69% from 255 or 3.42% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D1660B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1660B is #2E99F4. Grayscale: #7C7C7C. Windows color (decimal): -3054069 or 747217. OLE color: 747217.

HSL color Cylindrical-coordinate representation of color #D1660B: hue angle of 27.58º degrees, saturation: 0.9, 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 #D1660B is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 102 11 -
CMYK 0 0.51 0.95 0.18
HSL 27.58º 0.9% 0.43% -
HSV(B) 27.58º 0.95% 0.82% -
XYZ 31.11 23.08 3.13 -
YUV 123.62 64.45 188.9 -
System Red Green Blue C M Y K H S L
Decimal 209 102 11 0 0.51 0.95 0.18 27.58 0.9 0.43
Hex D1 66 B 0 33 5F 12 1C 5A 2B
Octal 321 146 13 0 63 137 22 34 132 53
Binary 11010001 1100110 1011 0 110011 1011111 10010 11100 1011010 101011

Color Harmonies of #D1660B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1660B

Black with #D1660B

Text Example


Text Example

White with #D1660B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1660B; }

 p { color: rgb(209,102,11); }

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

background-color css

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

 a { background-color: rgb(209,102,11); }

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

border-color css

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

 span { border-color: rgb(209,102,11); }

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