Html Css Color HEX #D1540C Tenne (Tawny)

📋 copy color: '#D1540C'

red 209 ◦ green 84 ◦ blue 12

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

Shades of Tenne (Tawny) #D1540C

Tints of Tenne (Tawny) #D1540C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.54%

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

R = 68.52%
G = 27.54%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1540C (or 0xD1540C) is known color: Tenne (Tawny). HEX triplet: D1, 54 and 0C. RGB value is (209,84,12). Sum of RGB (Red+Green+Blue) = 209+84+12=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D1540C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1540C is #2EABF3. Grayscale: #717171. Windows color (decimal): -3058676 or 808145. OLE color: 808145.

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

Color convert

RGB 209 84 12 -
CMYK 0 0.60 0.94 0.18
HSL 21.93º 0.89% 0.43% -
HSV(B) 21.93º 0.94% 0.82% -
XYZ 29.53 19.92 2.64 -
YUV 113.17 70.91 196.35 -
System Red Green Blue C M Y K H S L
Decimal 209 84 12 0 0.60 0.94 0.18 21.93 0.89 0.43
Hex D1 54 C 0 3C 5E 12 16 59 2B
Octal 321 124 14 0 74 136 22 26 131 53
Binary 11010001 1010100 1100 0 111100 1011110 10010 10110 1011001 101011

Color Harmonies of #D1540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1540C

Black with #D1540C

Text Example


Text Example

White with #D1540C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1540C; }

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

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

background-color css

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

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

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

border-color css

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

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

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