Html Css Color HEX #D15314 Tenne (Tawny)

📋 copy color: '#D15314'

red 209 ◦ green 83 ◦ blue 20

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

Shades of Tenne (Tawny) #D15314

Tints of Tenne (Tawny) #D15314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.6%

 BLUE value IS 20 (8.2% from 255) = 6.41%

R = 66.99%
G = 26.6%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D15314 (or 0xD15314) is known color: Tenne (Tawny). HEX triplet: D1, 53 and 14. RGB value is (209,83,20). Sum of RGB (Red+Green+Blue) = 209+83+20=312 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.99% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 209 - color contains mainly: red. Hex color #D15314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15314 is #2EACEB. Grayscale: #717171. Windows color (decimal): -3058924 or 1332177. OLE color: 1332177.

HSL color Cylindrical-coordinate representation of color #D15314: hue angle of 20º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D15314 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 83 20 -
CMYK 0 0.60 0.90 0.18
HSL 20º 0.83% 0.45% -
HSV(B) 20º 0.9% 0.82% -
XYZ 29.51 19.79 2.93 -
YUV 113.49 75.24 196.12 -
System Red Green Blue C M Y K H S L
Decimal 209 83 20 0 0.60 0.90 0.18 20 0.83 0.45
Hex D1 53 14 0 3C 5A 12 14 53 2D
Octal 321 123 24 0 74 132 22 24 123 55
Binary 11010001 1010011 10100 0 111100 1011010 10010 10100 1010011 101101

Color Harmonies of #D15314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15314

Black with #D15314

Text Example


Text Example

White with #D15314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15314; }

 p { color: rgb(209,83,20); }

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

background-color css

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

 a { background-color: rgb(209,83,20); }

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

border-color css

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

 span { border-color: rgb(209,83,20); }

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