Html Css Color HEX #D96103 Tenne (Tawny)

📋 copy color: '#D96103'

red 217 ◦ green 97 ◦ blue 3

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

Shades of Tenne (Tawny) #D96103

Tints of Tenne (Tawny) #D96103

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.6%

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

R = 68.45%
G = 30.6%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D96103 (or 0xD96103) is known color: Tenne (Tawny). HEX triplet: D9, 61 and 03. RGB value is (217,97,3). Sum of RGB (Red+Green+Blue) = 217+97+3=317 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.45% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 3 (1.56% from 255 or 0.95% from 317); Max value from RGB is 217 - color contains mainly: red. Hex color #D96103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96103 is #269EFC. Grayscale: #7A7A7A. Windows color (decimal): -2531069 or 221657. OLE color: 221657.

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

Color convert

RGB 217 97 3 -
CMYK 0 0.55 0.99 0.15
HSL 26.36º 0.97% 0.43% -
HSV(B) 26.36º 0.99% 0.85% -
XYZ 32.91 23.31 2.85 -
YUV 122.16 60.76 195.64 -
System Red Green Blue C M Y K H S L
Decimal 217 97 3 0 0.55 0.99 0.15 26.36 0.97 0.43
Hex D9 61 3 0 37 63 F 1A 61 2B
Octal 331 141 3 0 67 143 17 32 141 53
Binary 11011001 1100001 11 0 110111 1100011 1111 11010 1100001 101011

Color Harmonies of #D96103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96103

Black with #D96103

Text Example


Text Example

White with #D96103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96103; }

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

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

background-color css

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

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

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

border-color css

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

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

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