Html Css Color HEX #D96405 Tenne (Tawny)

📋 copy color: '#D96405'

red 217 ◦ green 100 ◦ blue 5

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

Shades of Tenne (Tawny) #D96405

Tints of Tenne (Tawny) #D96405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.55%

R = 67.39%
G = 31.06%
B = 1.55%

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

#D96405 (or 0xD96405) is known color: Tenne (Tawny). HEX triplet: D9, 64 and 05. RGB value is (217,100,5). Sum of RGB (Red+Green+Blue) = 217+100+5=322 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.39% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 217 - color contains mainly: red. Hex color #D96405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96405 is #269BFA. Grayscale: #7C7C7C. Windows color (decimal): -2530299 or 353497. OLE color: 353497.

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

Color convert

RGB 217 100 5 -
CMYK 0 0.54 0.98 0.15
HSL 26.89º 0.95% 0.44% -
HSV(B) 26.89º 0.98% 0.85% -
XYZ 33.2 23.88 3 -
YUV 124.15 60.76 194.22 -
System Red Green Blue C M Y K H S L
Decimal 217 100 5 0 0.54 0.98 0.15 26.89 0.95 0.44
Hex D9 64 5 0 36 62 F 1B 5F 2C
Octal 331 144 5 0 66 142 17 33 137 54
Binary 11011001 1100100 101 0 110110 1100010 1111 11011 1011111 101100

Color Harmonies of #D96405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96405

Black with #D96405

Text Example


Text Example

White with #D96405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96405; }

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

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

background-color css

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

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

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

border-color css

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

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

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