Html Css Color HEX #D95407 Tenne (Tawny)

📋 copy color: '#D95407'

red 217 ◦ green 84 ◦ blue 7

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

Shades of Tenne (Tawny) #D95407

Tints of Tenne (Tawny) #D95407

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.27%

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

R = 70.45%
G = 27.27%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D95407 (or 0xD95407) is known color: Tenne (Tawny). HEX triplet: D9, 54 and 07. RGB value is (217,84,7). Sum of RGB (Red+Green+Blue) = 217+84+7=308 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.45% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 217 - color contains mainly: red. Hex color #D95407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95407 is #26ABF8. Grayscale: #737373. Windows color (decimal): -2534393 or 480473. OLE color: 480473.

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

Color convert

RGB 217 84 7 -
CMYK 0 0.61 0.97 0.15
HSL 22º 0.94% 0.44% -
HSV(B) 22º 0.97% 0.85% -
XYZ 31.82 21.11 2.6 -
YUV 114.99 67.06 200.76 -
System Red Green Blue C M Y K H S L
Decimal 217 84 7 0 0.61 0.97 0.15 22 0.94 0.44
Hex D9 54 7 0 3D 61 F 16 5E 2C
Octal 331 124 7 0 75 141 17 26 136 54
Binary 11011001 1010100 111 0 111101 1100001 1111 10110 1011110 101100

Color Harmonies of #D95407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95407

Black with #D95407

Text Example


Text Example

White with #D95407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95407; }

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

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

background-color css

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

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

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

border-color css

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

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

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