Html Css Color HEX #D15514 Tenne (Tawny)

📋 copy color: '#D15514'

red 209 ◦ green 85 ◦ blue 20

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

Shades of Tenne (Tawny) #D15514

Tints of Tenne (Tawny) #D15514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.07%

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

R = 66.56%
G = 27.07%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D15514 (or 0xD15514) is known color: Tenne (Tawny). HEX triplet: D1, 55 and 14. RGB value is (209,85,20). Sum of RGB (Red+Green+Blue) = 209+85+20=314 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.56% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 209 - color contains mainly: red. Hex color #D15514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15514 is #2EAAEB. Grayscale: #737373. Windows color (decimal): -3058412 or 1332689. OLE color: 1332689.

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

Color convert

RGB 209 85 20 -
CMYK 0 0.59 0.90 0.18
HSL 20.63º 0.83% 0.45% -
HSV(B) 20.63º 0.9% 0.82% -
XYZ 29.67 20.1 2.98 -
YUV 114.67 74.58 195.29 -
System Red Green Blue C M Y K H S L
Decimal 209 85 20 0 0.59 0.90 0.18 20.63 0.83 0.45
Hex D1 55 14 0 3B 5A 12 15 53 2D
Octal 321 125 24 0 73 132 22 25 123 55
Binary 11010001 1010101 10100 0 111011 1011010 10010 10101 1010011 101101

Color Harmonies of #D15514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15514

Black with #D15514

Text Example


Text Example

White with #D15514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15514; }

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

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

background-color css

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

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

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

border-color css

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

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

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