Html Css Color HEX #D96503 Tenne (Tawny)

📋 copy color: '#D96503'

red 217 ◦ green 101 ◦ blue 3

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

Shades of Tenne (Tawny) #D96503

Tints of Tenne (Tawny) #D96503

RGB

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

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

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

R = 67.6%
G = 31.46%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D96503 (or 0xD96503) is known color: Tenne (Tawny). HEX triplet: D9, 65 and 03. RGB value is (217,101,3). Sum of RGB (Red+Green+Blue) = 217+101+3=321 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.60% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 3 (1.56% from 255 or 0.93% from 321); Max value from RGB is 217 - color contains mainly: red. Hex color #D96503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96503 is #269AFC. Grayscale: #7D7D7D. Windows color (decimal): -2530045 or 222681. OLE color: 222681.

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

Color convert

RGB 217 101 3 -
CMYK 0 0.53 0.99 0.15
HSL 27.48º 0.97% 0.43% -
HSV(B) 27.48º 0.99% 0.85% -
XYZ 33.29 24.07 2.98 -
YUV 124.51 59.43 193.97 -
System Red Green Blue C M Y K H S L
Decimal 217 101 3 0 0.53 0.99 0.15 27.48 0.97 0.43
Hex D9 65 3 0 35 63 F 1B 61 2B
Octal 331 145 3 0 65 143 17 33 141 53
Binary 11011001 1100101 11 0 110101 1100011 1111 11011 1100001 101011

Color Harmonies of #D96503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96503

Black with #D96503

Text Example


Text Example

White with #D96503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96503; }

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

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

background-color css

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

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

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

border-color css

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

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

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