Html Css Color HEX #D95314 Tenne (Tawny)

📋 copy color: '#D95314'

red 217 ◦ green 83 ◦ blue 20

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

Shades of Tenne (Tawny) #D95314

Tints of Tenne (Tawny) #D95314

RGB

 RED value IS 217 (85.16% from 255) = 67.81%

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

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

R = 67.81%
G = 25.94%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D95314 (or 0xD95314) is known color: Tenne (Tawny). HEX triplet: D9, 53 and 14. RGB value is (217,83,20). Sum of RGB (Red+Green+Blue) = 217+83+20=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D95314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95314 is #26ACEB. Grayscale: #747474. Windows color (decimal): -2534636 or 1332185. OLE color: 1332185.

HSL color Cylindrical-coordinate representation of color #D95314: hue angle of 19.19º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D95314 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 83 20 -
CMYK 0 0.62 0.91 0.15
HSL 19.19º 0.83% 0.46% -
HSV(B) 19.19º 0.91% 0.85% -
XYZ 31.83 20.99 3.04 -
YUV 115.88 73.89 200.12 -
System Red Green Blue C M Y K H S L
Decimal 217 83 20 0 0.62 0.91 0.15 19.19 0.83 0.46
Hex D9 53 14 0 3E 5B F 13 53 2E
Octal 331 123 24 0 76 133 17 23 123 56
Binary 11011001 1010011 10100 0 111110 1011011 1111 10011 1010011 101110

Color Harmonies of #D95314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95314

Black with #D95314

Text Example


Text Example

White with #D95314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95314; }

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

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

background-color css

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

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

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

border-color css

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

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

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