Html Css Color HEX #D16302 Tenne (Tawny)

📋 copy color: '#D16302'

red 209 ◦ green 99 ◦ blue 2

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

Shades of Tenne (Tawny) #D16302

Tints of Tenne (Tawny) #D16302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.94%

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

R = 67.42%
G = 31.94%
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

#D16302 (or 0xD16302) is known color: Tenne (Tawny). HEX triplet: D1, 63 and 02. RGB value is (209,99,2). Sum of RGB (Red+Green+Blue) = 209+99+2=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D16302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16302 is #2E9CFD. Grayscale: #797979. Windows color (decimal): -3054846 or 156625. OLE color: 156625.

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

Color convert

RGB 209 99 2 -
CMYK 0 0.53 0.99 0.18
HSL 28.12º 0.98% 0.41% -
HSV(B) 28.12º 0.99% 0.82% -
XYZ 30.77 22.48 2.78 -
YUV 120.83 60.94 190.89 -
System Red Green Blue C M Y K H S L
Decimal 209 99 2 0 0.53 0.99 0.18 28.12 0.98 0.41
Hex D1 63 2 0 35 63 12 1C 62 29
Octal 321 143 2 0 65 143 22 34 142 51
Binary 11010001 1100011 10 0 110101 1100011 10010 11100 1100010 101001

Color Harmonies of #D16302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16302

Black with #D16302

Text Example


Text Example

White with #D16302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16302; }

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

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

background-color css

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

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

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

border-color css

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

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

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