Html Css Color HEX #D16402 Tenne (Tawny)

📋 copy color: '#D16402'

red 209 ◦ green 100 ◦ blue 2

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

Shades of Tenne (Tawny) #D16402

Tints of Tenne (Tawny) #D16402

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.15%

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

R = 67.2%
G = 32.15%
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

#D16402 (or 0xD16402) is known color: Tenne (Tawny). HEX triplet: D1, 64 and 02. RGB value is (209,100,2). Sum of RGB (Red+Green+Blue) = 209+100+2=311 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.20% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 209 - color contains mainly: red. Hex color #D16402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16402 is #2E9BFD. Grayscale: #797979. Windows color (decimal): -3054590 or 156881. OLE color: 156881.

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

Color convert

RGB 209 100 2 -
CMYK 0 0.52 0.99 0.18
HSL 28.41º 0.98% 0.41% -
HSV(B) 28.41º 0.99% 0.82% -
XYZ 30.86 22.67 2.81 -
YUV 121.42 60.61 190.47 -
System Red Green Blue C M Y K H S L
Decimal 209 100 2 0 0.52 0.99 0.18 28.41 0.98 0.41
Hex D1 64 2 0 34 63 12 1C 62 29
Octal 321 144 2 0 64 143 22 34 142 51
Binary 11010001 1100100 10 0 110100 1100011 10010 11100 1100010 101001

Color Harmonies of #D16402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16402

Black with #D16402

Text Example


Text Example

White with #D16402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16402; }

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

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

background-color css

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

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

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

border-color css

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

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

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