Html Css Color HEX #D16702 Tenne (Tawny)

📋 copy color: '#D16702'

red 209 ◦ green 103 ◦ blue 2

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

Shades of Tenne (Tawny) #D16702

Tints of Tenne (Tawny) #D16702

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.8%

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

R = 66.56%
G = 32.8%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D16702 (or 0xD16702) is known color: Tenne (Tawny). HEX triplet: D1, 67 and 02. RGB value is (209,103,2). Sum of RGB (Red+Green+Blue) = 209+103+2=314 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.56% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 209 - color contains mainly: red. Hex color #D16702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16702 is #2E98FD. Grayscale: #7B7B7B. Windows color (decimal): -3053822 or 157649. OLE color: 157649.

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

Color convert

RGB 209 103 2 -
CMYK 0 0.51 0.99 0.18
HSL 29.28º 0.98% 0.41% -
HSV(B) 29.28º 0.99% 0.82% -
XYZ 31.16 23.26 2.91 -
YUV 123.18 59.62 189.21 -
System Red Green Blue C M Y K H S L
Decimal 209 103 2 0 0.51 0.99 0.18 29.28 0.98 0.41
Hex D1 67 2 0 33 63 12 1D 62 29
Octal 321 147 2 0 63 143 22 35 142 51
Binary 11010001 1100111 10 0 110011 1100011 10010 11101 1100010 101001

Color Harmonies of #D16702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16702

Black with #D16702

Text Example


Text Example

White with #D16702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16702; }

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

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

background-color css

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

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

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

border-color css

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

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

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