Html Css Color HEX #D95607 Tenne (Tawny)

📋 copy color: '#D95607'

red 217 ◦ green 86 ◦ blue 7

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

Shades of Tenne (Tawny) #D95607

Tints of Tenne (Tawny) #D95607

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.74%

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

R = 70%
G = 27.74%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D95607 (or 0xD95607) is known color: Tenne (Tawny). HEX triplet: D9, 56 and 07. RGB value is (217,86,7). Sum of RGB (Red+Green+Blue) = 217+86+7=310 (41% of max value = 765). Red value is 217 (85.16% from 255 or 70% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 7 (3.12% from 255 or 2.26% from 310); Max value from RGB is 217 - color contains mainly: red. Hex color #D95607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95607 is #26A9F8. Grayscale: #747474. Windows color (decimal): -2533881 or 480985. OLE color: 480985.

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

Color convert

RGB 217 86 7 -
CMYK 0 0.60 0.97 0.15
HSL 22.57º 0.94% 0.44% -
HSV(B) 22.57º 0.97% 0.85% -
XYZ 31.98 21.42 2.65 -
YUV 116.16 66.4 199.92 -
System Red Green Blue C M Y K H S L
Decimal 217 86 7 0 0.60 0.97 0.15 22.57 0.94 0.44
Hex D9 56 7 0 3C 61 F 17 5E 2C
Octal 331 126 7 0 74 141 17 27 136 54
Binary 11011001 1010110 111 0 111100 1100001 1111 10111 1011110 101100

Color Harmonies of #D95607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95607

Black with #D95607

Text Example


Text Example

White with #D95607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95607; }

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

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

background-color css

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

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

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

border-color css

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

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

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