Html Css Color HEX #D1620B Tenne (Tawny)

📋 copy color: '#D1620B'

red 209 ◦ green 98 ◦ blue 11

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

Shades of Tenne (Tawny) #D1620B

Tints of Tenne (Tawny) #D1620B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.82%

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

R = 65.72%
G = 30.82%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D1620B (or 0xD1620B) is known color: Tenne (Tawny). HEX triplet: D1, 62 and 0B. RGB value is (209,98,11). Sum of RGB (Red+Green+Blue) = 209+98+11=318 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.72% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 209 - color contains mainly: red. Hex color #D1620B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1620B is #2E9DF4. Grayscale: #797979. Windows color (decimal): -3055093 or 746193. OLE color: 746193.

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

Color convert

RGB 209 98 11 -
CMYK 0 0.53 0.95 0.18
HSL 26.36º 0.9% 0.43% -
HSV(B) 26.36º 0.95% 0.82% -
XYZ 30.72 22.31 3 -
YUV 121.27 65.77 190.57 -
System Red Green Blue C M Y K H S L
Decimal 209 98 11 0 0.53 0.95 0.18 26.36 0.9 0.43
Hex D1 62 B 0 35 5F 12 1A 5A 2B
Octal 321 142 13 0 65 137 22 32 132 53
Binary 11010001 1100010 1011 0 110101 1011111 10010 11010 1011010 101011

Color Harmonies of #D1620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1620B

Black with #D1620B

Text Example


Text Example

White with #D1620B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1620B; }

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

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

background-color css

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

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

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

border-color css

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

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

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