Html Css Color HEX #D96505 Tenne (Tawny)

📋 copy color: '#D96505'

red 217 ◦ green 101 ◦ blue 5

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

Shades of Tenne (Tawny) #D96505

Tints of Tenne (Tawny) #D96505

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.27%

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

R = 67.18%
G = 31.27%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D96505 (or 0xD96505) is known color: Tenne (Tawny). HEX triplet: D9, 65 and 05. RGB value is (217,101,5). Sum of RGB (Red+Green+Blue) = 217+101+5=323 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.18% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 217 - color contains mainly: red. Hex color #D96505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96505 is #269AFA. Grayscale: #7D7D7D. Windows color (decimal): -2530043 or 353753. OLE color: 353753.

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

Color convert

RGB 217 101 5 -
CMYK 0 0.53 0.98 0.15
HSL 27.17º 0.95% 0.44% -
HSV(B) 27.17º 0.98% 0.85% -
XYZ 33.3 24.07 3.03 -
YUV 124.74 60.43 193.81 -
System Red Green Blue C M Y K H S L
Decimal 217 101 5 0 0.53 0.98 0.15 27.17 0.95 0.44
Hex D9 65 5 0 35 62 F 1B 5F 2C
Octal 331 145 5 0 65 142 17 33 137 54
Binary 11011001 1100101 101 0 110101 1100010 1111 11011 1011111 101100

Color Harmonies of #D96505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96505

Black with #D96505

Text Example


Text Example

White with #D96505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96505; }

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

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

background-color css

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

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

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

border-color css

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

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

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