Html Css Color HEX #D96403 Tenne (Tawny)

📋 copy color: '#D96403'

red 217 ◦ green 100 ◦ blue 3

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

Shades of Tenne (Tawny) #D96403

Tints of Tenne (Tawny) #D96403

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.25%

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

R = 67.81%
G = 31.25%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D96403 (or 0xD96403) is known color: Tenne (Tawny). HEX triplet: D9, 64 and 03. RGB value is (217,100,3). Sum of RGB (Red+Green+Blue) = 217+100+3=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 3 (1.56% from 255 or 0.94% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D96403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96403 is #269BFC. Grayscale: #7C7C7C. Windows color (decimal): -2530301 or 222425. OLE color: 222425.

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

Color convert

RGB 217 100 3 -
CMYK 0 0.54 0.99 0.15
HSL 27.2º 0.97% 0.43% -
HSV(B) 27.2º 0.99% 0.85% -
XYZ 33.19 23.87 2.94 -
YUV 123.93 59.76 194.39 -
System Red Green Blue C M Y K H S L
Decimal 217 100 3 0 0.54 0.99 0.15 27.2 0.97 0.43
Hex D9 64 3 0 36 63 F 1B 61 2B
Octal 331 144 3 0 66 143 17 33 141 53
Binary 11011001 1100100 11 0 110110 1100011 1111 11011 1100001 101011

Color Harmonies of #D96403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96403

Black with #D96403

Text Example


Text Example

White with #D96403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96403; }

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

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

background-color css

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

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

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

border-color css

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

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

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