Html Css Color HEX #D16202 Tenne (Tawny)

📋 copy color: '#D16202'

red 209 ◦ green 98 ◦ blue 2

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

Shades of Tenne (Tawny) #D16202

Tints of Tenne (Tawny) #D16202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 67.64%
G = 31.72%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D16202 (or 0xD16202) is known color: Tenne (Tawny). HEX triplet: D1, 62 and 02. RGB value is (209,98,2). Sum of RGB (Red+Green+Blue) = 209+98+2=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D16202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16202 is #2E9DFD. Grayscale: #787878. Windows color (decimal): -3055102 or 156369. OLE color: 156369.

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

Color convert

RGB 209 98 2 -
CMYK 0 0.53 0.99 0.18
HSL 27.83º 0.98% 0.41% -
HSV(B) 27.83º 0.99% 0.82% -
XYZ 30.67 22.3 2.74 -
YUV 120.25 61.27 191.31 -
System Red Green Blue C M Y K H S L
Decimal 209 98 2 0 0.53 0.99 0.18 27.83 0.98 0.41
Hex D1 62 2 0 35 63 12 1C 62 29
Octal 321 142 2 0 65 143 22 34 142 51
Binary 11010001 1100010 10 0 110101 1100011 10010 11100 1100010 101001

Color Harmonies of #D16202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16202

Black with #D16202

Text Example


Text Example

White with #D16202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16202; }

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

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

background-color css

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

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

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

border-color css

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

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

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