Html Css Color HEX #D95103 Tenne (Tawny)

📋 copy color: '#D95103'

red 217 ◦ green 81 ◦ blue 3

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

Shades of Tenne (Tawny) #D95103

Tints of Tenne (Tawny) #D95103

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.91%

 BLUE value IS 3 (1.56% from 255) = 1%

R = 72.09%
G = 26.91%
B = 1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D95103 (or 0xD95103) is known color: Tenne (Tawny). HEX triplet: D9, 51 and 03. RGB value is (217,81,3). Sum of RGB (Red+Green+Blue) = 217+81+3=301 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.09% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 3 (1.56% from 255 or 1.00% from 301); Max value from RGB is 217 - color contains mainly: red. Hex color #D95103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95103 is #26AEFC. Grayscale: #717171. Windows color (decimal): -2535165 or 217561. OLE color: 217561.

HSL color Cylindrical-coordinate representation of color #D95103: hue angle of 21.87º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D95103 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 81 3 -
CMYK 0 0.63 0.99 0.15
HSL 21.87º 0.97% 0.43% -
HSV(B) 21.87º 0.99% 0.85% -
XYZ 31.57 20.64 2.41 -
YUV 112.77 66.06 202.34 -
System Red Green Blue C M Y K H S L
Decimal 217 81 3 0 0.63 0.99 0.15 21.87 0.97 0.43
Hex D9 51 3 0 3F 63 F 16 61 2B
Octal 331 121 3 0 77 143 17 26 141 53
Binary 11011001 1010001 11 0 111111 1100011 1111 10110 1100001 101011

Color Harmonies of #D95103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95103

Black with #D95103

Text Example


Text Example

White with #D95103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95103; }

 p { color: rgb(217,81,3); }

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

background-color css

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

 a { background-color: rgb(217,81,3); }

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

border-color css

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

 span { border-color: rgb(217,81,3); }

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