Html Css Color HEX #D96007 Tenne (Tawny)

📋 copy color: '#D96007'

red 217 ◦ green 96 ◦ blue 7

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

Shades of Tenne (Tawny) #D96007

Tints of Tenne (Tawny) #D96007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.19%

R = 67.81%
G = 30%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D96007 (or 0xD96007) is known color: Tenne (Tawny). HEX triplet: D9, 60 and 07. RGB value is (217,96,7). Sum of RGB (Red+Green+Blue) = 217+96+7=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 7 (3.12% from 255 or 2.19% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D96007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96007 is #269FF8. Grayscale: #7A7A7A. Windows color (decimal): -2531321 or 483545. OLE color: 483545.

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

Color convert

RGB 217 96 7 -
CMYK 0 0.56 0.97 0.15
HSL 25.43º 0.94% 0.44% -
HSV(B) 25.43º 0.97% 0.85% -
XYZ 32.84 23.13 2.94 -
YUV 122.03 63.09 195.74 -
System Red Green Blue C M Y K H S L
Decimal 217 96 7 0 0.56 0.97 0.15 25.43 0.94 0.44
Hex D9 60 7 0 38 61 F 19 5E 2C
Octal 331 140 7 0 70 141 17 31 136 54
Binary 11011001 1100000 111 0 111000 1100001 1111 11001 1011110 101100

Color Harmonies of #D96007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96007

Black with #D96007

Text Example


Text Example

White with #D96007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96007; }

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

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

background-color css

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

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

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

border-color css

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

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

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