Html Css Color HEX #D1620D Tenne (Tawny)

📋 copy color: '#D1620D'

red 209 ◦ green 98 ◦ blue 13

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

Shades of Tenne (Tawny) #D1620D

Tints of Tenne (Tawny) #D1620D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.06%

R = 65.31%
G = 30.63%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1620D (or 0xD1620D) is known color: Tenne (Tawny). HEX triplet: D1, 62 and 0D. RGB value is (209,98,13). Sum of RGB (Red+Green+Blue) = 209+98+13=320 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.31% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 209 - color contains mainly: red. Hex color #D1620D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1620D is #2E9DF2. Grayscale: #797979. Windows color (decimal): -3055091 or 877265. OLE color: 877265.

HSL color Cylindrical-coordinate representation of color #D1620D: hue angle of 26.02º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1620D is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 98 13 -
CMYK 0 0.53 0.94 0.18
HSL 26.02º 0.88% 0.44% -
HSV(B) 26.02º 0.94% 0.82% -
XYZ 30.73 22.32 3.07 -
YUV 121.5 66.77 190.41 -
System Red Green Blue C M Y K H S L
Decimal 209 98 13 0 0.53 0.94 0.18 26.02 0.88 0.44
Hex D1 62 D 0 35 5E 12 1A 58 2C
Octal 321 142 15 0 65 136 22 32 130 54
Binary 11010001 1100010 1101 0 110101 1011110 10010 11010 1011000 101100

Color Harmonies of #D1620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1620D

Black with #D1620D

Text Example


Text Example

White with #D1620D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1620D; }

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

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

background-color css

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

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

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

border-color css

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

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

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