Html Css Color HEX #D95214 Tenne (Tawny)

📋 copy color: '#D95214'

red 217 ◦ green 82 ◦ blue 20

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

Shades of Tenne (Tawny) #D95214

Tints of Tenne (Tawny) #D95214

RGB

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

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

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

R = 68.03%
G = 25.71%
B = 6.27%

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

#D95214 (or 0xD95214) is known color: Tenne (Tawny). HEX triplet: D9, 52 and 14. RGB value is (217,82,20). Sum of RGB (Red+Green+Blue) = 217+82+20=319 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.03% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 217 - color contains mainly: red. Hex color #D95214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95214 is #26ADEB. Grayscale: #737373. Windows color (decimal): -2534892 or 1331929. OLE color: 1331929.

HSL color Cylindrical-coordinate representation of color #D95214: hue angle of 18.88º 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 #D95214 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 82 20 -
CMYK 0 0.62 0.91 0.15
HSL 18.88º 0.83% 0.46% -
HSV(B) 18.88º 0.91% 0.85% -
XYZ 31.76 20.84 3.01 -
YUV 115.3 74.23 200.54 -
System Red Green Blue C M Y K H S L
Decimal 217 82 20 0 0.62 0.91 0.15 18.88 0.83 0.46
Hex D9 52 14 0 3E 5B F 13 53 2E
Octal 331 122 24 0 76 133 17 23 123 56
Binary 11011001 1010010 10100 0 111110 1011011 1111 10011 1010011 101110

Color Harmonies of #D95214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95214

Black with #D95214

Text Example


Text Example

White with #D95214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95214; }

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

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

background-color css

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

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

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

border-color css

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

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

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