Html Css Color HEX #D16503 Tenne (Tawny)

📋 copy color: '#D16503'

red 209 ◦ green 101 ◦ blue 3

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

Shades of Tenne (Tawny) #D16503

Tints of Tenne (Tawny) #D16503

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.27%

 BLUE value IS 3 (1.56% from 255) = 0.96%

R = 66.77%
G = 32.27%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D16503 (or 0xD16503) is known color: Tenne (Tawny). HEX triplet: D1, 65 and 03. RGB value is (209,101,3). Sum of RGB (Red+Green+Blue) = 209+101+3=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 3 (1.56% from 255 or 0.96% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D16503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16503 is #2E9AFC. Grayscale: #7A7A7A. Windows color (decimal): -3054333 or 222673. OLE color: 222673.

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

Color convert

RGB 209 101 3 -
CMYK 0 0.52 0.99 0.18
HSL 28.54º 0.97% 0.42% -
HSV(B) 28.54º 0.99% 0.82% -
XYZ 30.96 22.87 2.87 -
YUV 122.12 60.78 189.97 -
System Red Green Blue C M Y K H S L
Decimal 209 101 3 0 0.52 0.99 0.18 28.54 0.97 0.42
Hex D1 65 3 0 34 63 12 1D 61 2A
Octal 321 145 3 0 64 143 22 35 141 52
Binary 11010001 1100101 11 0 110100 1100011 10010 11101 1100001 101010

Color Harmonies of #D16503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16503

Black with #D16503

Text Example


Text Example

White with #D16503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16503; }

 p { color: rgb(209,101,3); }

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

background-color css

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

 a { background-color: rgb(209,101,3); }

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

border-color css

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

 span { border-color: rgb(209,101,3); }

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