Html Css Color HEX #D16102 Tenne (Tawny)

📋 copy color: '#D16102'

red 209 ◦ green 97 ◦ blue 2

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

Shades of Tenne (Tawny) #D16102

Tints of Tenne (Tawny) #D16102

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.49%

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

R = 67.86%
G = 31.49%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D16102 (or 0xD16102) is known color: Tenne (Tawny). HEX triplet: D1, 61 and 02. RGB value is (209,97,2). Sum of RGB (Red+Green+Blue) = 209+97+2=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D16102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16102 is #2E9EFD. Grayscale: #787878. Windows color (decimal): -3055358 or 156113. OLE color: 156113.

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

Color convert

RGB 209 97 2 -
CMYK 0 0.54 0.99 0.18
HSL 27.54º 0.98% 0.41% -
HSV(B) 27.54º 0.99% 0.82% -
XYZ 30.58 22.11 2.71 -
YUV 119.66 61.61 191.72 -
System Red Green Blue C M Y K H S L
Decimal 209 97 2 0 0.54 0.99 0.18 27.54 0.98 0.41
Hex D1 61 2 0 36 63 12 1C 62 29
Octal 321 141 2 0 66 143 22 34 142 51
Binary 11010001 1100001 10 0 110110 1100011 10010 11100 1100010 101001

Color Harmonies of #D16102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16102

Black with #D16102

Text Example


Text Example

White with #D16102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16102; }

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

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

background-color css

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

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

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

border-color css

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

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

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