Html Css Color HEX #D96203 Tenne (Tawny)

📋 copy color: '#D96203'

red 217 ◦ green 98 ◦ blue 3

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

Shades of Tenne (Tawny) #D96203

Tints of Tenne (Tawny) #D96203

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.82%

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

R = 68.24%
G = 30.82%
B = 0.94%

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

#D96203 (or 0xD96203) is known color: Tenne (Tawny). HEX triplet: D9, 62 and 03. RGB value is (217,98,3). Sum of RGB (Red+Green+Blue) = 217+98+3=318 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.24% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 217 - color contains mainly: red. Hex color #D96203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96203 is #269DFC. Grayscale: #7B7B7B. Windows color (decimal): -2530813 or 221913. OLE color: 221913.

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

Color convert

RGB 217 98 3 -
CMYK 0 0.55 0.99 0.15
HSL 26.64º 0.97% 0.43% -
HSV(B) 26.64º 0.99% 0.85% -
XYZ 33 23.49 2.88 -
YUV 122.75 60.42 195.22 -
System Red Green Blue C M Y K H S L
Decimal 217 98 3 0 0.55 0.99 0.15 26.64 0.97 0.43
Hex D9 62 3 0 37 63 F 1B 61 2B
Octal 331 142 3 0 67 143 17 33 141 53
Binary 11011001 1100010 11 0 110111 1100011 1111 11011 1100001 101011

Color Harmonies of #D96203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96203

Black with #D96203

Text Example


Text Example

White with #D96203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96203; }

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

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

background-color css

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

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

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

border-color css

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

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

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