Html Css Color HEX #D96005 Tenne (Tawny)

📋 copy color: '#D96005'

red 217 ◦ green 96 ◦ blue 5

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

Shades of Tenne (Tawny) #D96005

Tints of Tenne (Tawny) #D96005

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.19%

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

R = 68.24%
G = 30.19%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D96005 (or 0xD96005) is known color: Tenne (Tawny). HEX triplet: D9, 60 and 05. RGB value is (217,96,5). Sum of RGB (Red+Green+Blue) = 217+96+5=318 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.24% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 217 - color contains mainly: red. Hex color #D96005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96005 is #269FFA. Grayscale: #7A7A7A. Windows color (decimal): -2531323 or 352473. OLE color: 352473.

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

Color convert

RGB 217 96 5 -
CMYK 0 0.56 0.98 0.15
HSL 25.75º 0.95% 0.44% -
HSV(B) 25.75º 0.98% 0.85% -
XYZ 32.83 23.13 2.88 -
YUV 121.81 62.09 195.9 -
System Red Green Blue C M Y K H S L
Decimal 217 96 5 0 0.56 0.98 0.15 25.75 0.95 0.44
Hex D9 60 5 0 38 62 F 1A 5F 2C
Octal 331 140 5 0 70 142 17 32 137 54
Binary 11011001 1100000 101 0 111000 1100010 1111 11010 1011111 101100

Color Harmonies of #D96005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96005

Black with #D96005

Text Example


Text Example

White with #D96005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96005; }

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

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

background-color css

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

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

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

border-color css

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

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

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