Html Css Color HEX #D1600C Tenne (Tawny)

📋 copy color: '#D1600C'

red 209 ◦ green 96 ◦ blue 12

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

Shades of Tenne (Tawny) #D1600C

Tints of Tenne (Tawny) #D1600C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.28%

 BLUE value IS 12 (5.08% from 255) = 3.79%

R = 65.93%
G = 30.28%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1600C (or 0xD1600C) is known color: Tenne (Tawny). HEX triplet: D1, 60 and 0C. RGB value is (209,96,12). Sum of RGB (Red+Green+Blue) = 209+96+12=317 (41% of max value = 765). Red value is 209 (82.03% from 255 or 65.93% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 209 - color contains mainly: red. Hex color #D1600C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1600C is #2E9FF3. Grayscale: #787878. Windows color (decimal): -3055604 or 811217. OLE color: 811217.

HSL color Cylindrical-coordinate representation of color #D1600C: hue angle of 25.58º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1600C is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 96 12 -
CMYK 0 0.54 0.94 0.18
HSL 25.58º 0.89% 0.43% -
HSV(B) 25.58º 0.94% 0.82% -
XYZ 30.54 21.95 2.97 -
YUV 120.21 66.94 191.33 -
System Red Green Blue C M Y K H S L
Decimal 209 96 12 0 0.54 0.94 0.18 25.58 0.89 0.43
Hex D1 60 C 0 36 5E 12 1A 59 2B
Octal 321 140 14 0 66 136 22 32 131 53
Binary 11010001 1100000 1100 0 110110 1011110 10010 11010 1011001 101011

Color Harmonies of #D1600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1600C

Black with #D1600C

Text Example


Text Example

White with #D1600C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1600C; }

 p { color: rgb(209,96,12); }

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

background-color css

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

 a { background-color: rgb(209,96,12); }

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

border-color css

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

 span { border-color: rgb(209,96,12); }

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