Html Css Color HEX #D95315 Tenne (Tawny)

📋 copy color: '#D95315'

red 217 ◦ green 83 ◦ blue 21

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

Shades of Tenne (Tawny) #D95315

Tints of Tenne (Tawny) #D95315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.54%

R = 67.6%
G = 25.86%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D95315 (or 0xD95315) is known color: Tenne (Tawny). HEX triplet: D9, 53 and 15. RGB value is (217,83,21). Sum of RGB (Red+Green+Blue) = 217+83+21=321 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.60% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 217 - color contains mainly: red. Hex color #D95315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95315 is #26ACEA. Grayscale: #747474. Windows color (decimal): -2534635 or 1397721. OLE color: 1397721.

HSL color Cylindrical-coordinate representation of color #D95315: hue angle of 18.98º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D95315 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 83 21 -
CMYK 0 0.62 0.90 0.15
HSL 18.98º 0.82% 0.47% -
HSV(B) 18.98º 0.9% 0.85% -
XYZ 31.84 20.99 3.08 -
YUV 116 74.39 200.04 -
System Red Green Blue C M Y K H S L
Decimal 217 83 21 0 0.62 0.90 0.15 18.98 0.82 0.47
Hex D9 53 15 0 3E 5A F 13 52 2F
Octal 331 123 25 0 76 132 17 23 122 57
Binary 11011001 1010011 10101 0 111110 1011010 1111 10011 1010010 101111

Color Harmonies of #D95315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95315

Black with #D95315

Text Example


Text Example

White with #D95315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95315; }

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

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

background-color css

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

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

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

border-color css

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

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

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