Html Css Color HEX #D96304 Tenne (Tawny)

📋 copy color: '#D96304'

red 217 ◦ green 99 ◦ blue 4

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

Shades of Tenne (Tawny) #D96304

Tints of Tenne (Tawny) #D96304

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.94%

 BLUE value IS 4 (1.95% from 255) = 1.25%

R = 67.81%
G = 30.94%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D96304 (or 0xD96304) is known color: Tenne (Tawny). HEX triplet: D9, 63 and 04. RGB value is (217,99,4). Sum of RGB (Red+Green+Blue) = 217+99+4=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D96304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96304 is #269CFB. Grayscale: #7B7B7B. Windows color (decimal): -2530556 or 287705. OLE color: 287705.

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

Color convert

RGB 217 99 4 -
CMYK 0 0.54 0.98 0.15
HSL 26.76º 0.96% 0.43% -
HSV(B) 26.76º 0.98% 0.85% -
XYZ 33.1 23.68 2.94 -
YUV 123.45 60.59 194.72 -
System Red Green Blue C M Y K H S L
Decimal 217 99 4 0 0.54 0.98 0.15 26.76 0.96 0.43
Hex D9 63 4 0 36 62 F 1B 60 2B
Octal 331 143 4 0 66 142 17 33 140 53
Binary 11011001 1100011 100 0 110110 1100010 1111 11011 1100000 101011

Color Harmonies of #D96304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96304

Black with #D96304

Text Example


Text Example

White with #D96304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96304; }

 p { color: rgb(217,99,4); }

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

background-color css

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

 a { background-color: rgb(217,99,4); }

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

border-color css

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

 span { border-color: rgb(217,99,4); }

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