Html Css Color HEX #D95600 Tenne (Tawny)

📋 copy color: '#D95600'

red 217 ◦ green 86 ◦ blue 0

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

Shades of Tenne (Tawny) #D95600

Tints of Tenne (Tawny) #D95600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.62%
G = 28.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D95600 (or 0xD95600) is known color: Tenne (Tawny). HEX triplet: D9, 56 and 00. RGB value is (217,86,0). Sum of RGB (Red+Green+Blue) = 217+86+0=303 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.62% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 217 - color contains mainly: red. Hex color #D95600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95600 is #26A9FF. Grayscale: #737373. Windows color (decimal): -2533888 or 22233. OLE color: 22233.

HSL color Cylindrical-coordinate representation of color #D95600: hue angle of 23.78º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D95600 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 86 0 -
CMYK 0 0.60 1 0.15
HSL 23.78º 1% 0.43% -
HSV(B) 23.78º 1% 0.85% -
XYZ 31.94 21.41 2.45 -
YUV 115.37 62.9 200.49 -
System Red Green Blue C M Y K H S L
Decimal 217 86 0 0 0.60 1 0.15 23.78 1 0.43
Hex D9 56 0 0 3C 64 F 18 64 2B
Octal 331 126 0 0 74 144 17 30 144 53
Binary 11011001 1010110 0 0 111100 1100100 1111 11000 1100100 101011

Color Harmonies of #D95600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95600

Black with #D95600

Text Example


Text Example

White with #D95600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95600; }

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

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

background-color css

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

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

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

border-color css

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

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

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