Html Css Color HEX #D15214 Tenne (Tawny)

📋 copy color: '#D15214'

red 209 ◦ green 82 ◦ blue 20

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

Shades of Tenne (Tawny) #D15214

Tints of Tenne (Tawny) #D15214

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.37%

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

R = 67.2%
G = 26.37%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D15214 (or 0xD15214) is known color: Tenne (Tawny). HEX triplet: D1, 52 and 14. RGB value is (209,82,20). Sum of RGB (Red+Green+Blue) = 209+82+20=311 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.20% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 209 - color contains mainly: red. Hex color #D15214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15214 is #2EADEB. Grayscale: #717171. Windows color (decimal): -3059180 or 1331921. OLE color: 1331921.

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

Color convert

RGB 209 82 20 -
CMYK 0 0.61 0.90 0.18
HSL 19.68º 0.83% 0.45% -
HSV(B) 19.68º 0.9% 0.82% -
XYZ 29.44 19.64 2.9 -
YUV 112.91 75.58 196.54 -
System Red Green Blue C M Y K H S L
Decimal 209 82 20 0 0.61 0.90 0.18 19.68 0.83 0.45
Hex D1 52 14 0 3D 5A 12 14 53 2D
Octal 321 122 24 0 75 132 22 24 123 55
Binary 11010001 1010010 10100 0 111101 1011010 10010 10100 1010011 101101

Color Harmonies of #D15214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15214

Black with #D15214

Text Example


Text Example

White with #D15214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15214; }

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

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

background-color css

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

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

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

border-color css

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

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

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