Html Css Color HEX #D95701 Tenne (Tawny)

📋 copy color: '#D95701'

red 217 ◦ green 87 ◦ blue 1

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

Shades of Tenne (Tawny) #D95701

Tints of Tenne (Tawny) #D95701

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.52%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 71.15%
G = 28.52%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D95701 (or 0xD95701) is known color: Tenne (Tawny). HEX triplet: D9, 57 and 01. RGB value is (217,87,1). Sum of RGB (Red+Green+Blue) = 217+87+1=305 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.15% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 217 - color contains mainly: red. Hex color #D95701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95701 is #26A8FE. Grayscale: #747474. Windows color (decimal): -2533631 or 88025. OLE color: 88025.

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

Color convert

RGB 217 87 1 -
CMYK 0 0.60 1.00 0.15
HSL 23.89º 0.99% 0.43% -
HSV(B) 23.89º 1% 0.85% -
XYZ 32.03 21.57 2.5 -
YUV 116.07 63.07 199.99 -
System Red Green Blue C M Y K H S L
Decimal 217 87 1 0 0.60 1.00 0.15 23.89 0.99 0.43
Hex D9 57 1 0 3C 64 F 18 63 2B
Octal 331 127 1 0 74 144 17 30 143 53
Binary 11011001 1010111 1 0 111100 1100100 1111 11000 1100011 101011

Color Harmonies of #D95701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95701

Black with #D95701

Text Example


Text Example

White with #D95701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95701; }

 p { color: rgb(217,87,1); }

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

background-color css

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

 a { background-color: rgb(217,87,1); }

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

border-color css

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

 span { border-color: rgb(217,87,1); }

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