#d65f01

Color #D65F01 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #D65F01

Tints of Tenne (Tawny) #D65F01

Color information

#D65F01 (or 0xD65F01) is unknown color: approx Tenne (Tawny). HEX triplet: D6, 5F and 01. RGB value is (214,95,1). Sum of RGB (Red+Green+Blue) = 214+95+1=310 (41% of max value = 765). Red value is 214 (83.98% from 255 or 69.03% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65F01 is #29A0FE. Grayscale: #787878. Windows color (decimal): -2728191 or 90070. OLE color: 90070.

HSL color Cylindrical-coordinate representation of color #D65F01: hue angle of 26.48º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D65F01 is Cyan = 0, Magento = 0.56, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB214951-
CMYK00.561.000.16
HSL26.48º99.07%42.16%-
HSV(B)26.48º99.53%83.92%-
XYZ31.8322.482.69-
YUV119.8660.92195.14-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 69.03%
GREEN value IS 95 (37.5% from 255) = 30.65%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=69.03%
G=30.65%
B=0.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 1.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21495100.561.000.1626.4899.0742.16
HexD65F103864101a632a
Octal3261371070144203214352
Binary11010110101111110111000110010010000110101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d65f01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d65f01; }

 p { color: rgb(214,95,1); }

 H1.HeaderClassName
 {
   color: #d65f01;
 }
 .AnyTagClassName
 {
   color: #d65f01;
 }
</style>
background-color css

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

 a { background-color: rgb(214,95,1); }

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

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

 span { border-color: rgb(214,95,1); }

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