Html Css Color HEX #D95505 Tenne (Tawny)

📋 copy color: '#D95505'

red 217 ◦ green 85 ◦ blue 5

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

Shades of Tenne (Tawny) #D95505

Tints of Tenne (Tawny) #D95505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.63%

R = 70.68%
G = 27.69%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D95505 (or 0xD95505) is known color: Tenne (Tawny). HEX triplet: D9, 55 and 05. RGB value is (217,85,5). Sum of RGB (Red+Green+Blue) = 217+85+5=307 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.68% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 217 - color contains mainly: red. Hex color #D95505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95505 is #26AAFA. Grayscale: #737373. Windows color (decimal): -2534139 or 349657. OLE color: 349657.

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

Color convert

RGB 217 85 5 -
CMYK 0 0.61 0.98 0.15
HSL 22.64º 0.95% 0.44% -
HSV(B) 22.64º 0.98% 0.85% -
XYZ 31.89 21.26 2.57 -
YUV 115.35 65.73 200.5 -
System Red Green Blue C M Y K H S L
Decimal 217 85 5 0 0.61 0.98 0.15 22.64 0.95 0.44
Hex D9 55 5 0 3D 62 F 17 5F 2C
Octal 331 125 5 0 75 142 17 27 137 54
Binary 11011001 1010101 101 0 111101 1100010 1111 10111 1011111 101100

Color Harmonies of #D95505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95505

Black with #D95505

Text Example


Text Example

White with #D95505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95505; }

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

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

background-color css

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

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

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

border-color css

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

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

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