Html Css Color HEX #D95512 Tenne (Tawny)

📋 copy color: '#D95512'

red 217 ◦ green 85 ◦ blue 18

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

Shades of Tenne (Tawny) #D95512

Tints of Tenne (Tawny) #D95512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.63%

R = 67.81%
G = 26.56%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D95512 (or 0xD95512) is known color: Tenne (Tawny). HEX triplet: D9, 55 and 12. RGB value is (217,85,18). Sum of RGB (Red+Green+Blue) = 217+85+18=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D95512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95512 is #26AAED. Grayscale: #757575. Windows color (decimal): -2534126 or 1201625. OLE color: 1201625.

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

Color convert

RGB 217 85 18 -
CMYK 0 0.61 0.92 0.15
HSL 20.2º 0.85% 0.46% -
HSV(B) 20.2º 0.92% 0.85% -
XYZ 31.97 21.29 3 -
YUV 116.83 72.23 199.45 -
System Red Green Blue C M Y K H S L
Decimal 217 85 18 0 0.61 0.92 0.15 20.2 0.85 0.46
Hex D9 55 12 0 3D 5C F 14 55 2E
Octal 331 125 22 0 75 134 17 24 125 56
Binary 11011001 1010101 10010 0 111101 1011100 1111 10100 1010101 101110

Color Harmonies of #D95512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95512

Black with #D95512

Text Example


Text Example

White with #D95512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95512; }

 p { color: rgb(217,85,18); }

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

background-color css

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

 a { background-color: rgb(217,85,18); }

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

border-color css

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

 span { border-color: rgb(217,85,18); }

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