Html Css Color HEX #D16C02 Tenne (Tawny)

📋 copy color: '#D16C02'

red 209 ◦ green 108 ◦ blue 2

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

Shades of Tenne (Tawny) #D16C02

Tints of Tenne (Tawny) #D16C02

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.86%

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

R = 65.52%
G = 33.86%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D16C02 (or 0xD16C02) is known color: Tenne (Tawny). HEX triplet: D1, 6C and 02. RGB value is (209,108,2). Sum of RGB (Red+Green+Blue) = 209+108+2=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16C02 is #2E93FD. Grayscale: #7E7E7E. Windows color (decimal): -3052542 or 158929. OLE color: 158929.

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

Color convert

RGB 209 108 2 -
CMYK 0 0.48 0.99 0.18
HSL 30.72º 0.98% 0.41% -
HSV(B) 30.72º 0.99% 0.82% -
XYZ 31.67 24.28 3.08 -
YUV 126.12 57.96 187.12 -
System Red Green Blue C M Y K H S L
Decimal 209 108 2 0 0.48 0.99 0.18 30.72 0.98 0.41
Hex D1 6C 2 0 30 63 12 1F 62 29
Octal 321 154 2 0 60 143 22 37 142 51
Binary 11010001 1101100 10 0 110000 1100011 10010 11111 1100010 101001

Color Harmonies of #D16C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16C02

Black with #D16C02

Text Example


Text Example

White with #D16C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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