Html Css Color HEX #D16502 Tenne (Tawny)

📋 copy color: '#D16502'

red 209 ◦ green 101 ◦ blue 2

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

Shades of Tenne (Tawny) #D16502

Tints of Tenne (Tawny) #D16502

RGB

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

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

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

R = 66.99%
G = 32.37%
B = 0.64%

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

#D16502 (or 0xD16502) is known color: Tenne (Tawny). HEX triplet: D1, 65 and 02. RGB value is (209,101,2). Sum of RGB (Red+Green+Blue) = 209+101+2=312 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.99% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 209 - color contains mainly: red. Hex color #D16502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16502 is #2E9AFD. Grayscale: #7A7A7A. Windows color (decimal): -3054334 or 157137. OLE color: 157137.

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

Color convert

RGB 209 101 2 -
CMYK 0 0.52 0.99 0.18
HSL 28.7º 0.98% 0.41% -
HSV(B) 28.7º 0.99% 0.82% -
XYZ 30.96 22.87 2.84 -
YUV 122.01 60.28 190.05 -
System Red Green Blue C M Y K H S L
Decimal 209 101 2 0 0.52 0.99 0.18 28.7 0.98 0.41
Hex D1 65 2 0 34 63 12 1D 62 29
Octal 321 145 2 0 64 143 22 35 142 51
Binary 11010001 1100101 10 0 110100 1100011 10010 11101 1100010 101001

Color Harmonies of #D16502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16502

Black with #D16502

Text Example


Text Example

White with #D16502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16502; }

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

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

background-color css

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

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

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

border-color css

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

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

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