#D75D01

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

Shades of Tenne (Tawny) #D75D01

Tints of Tenne (Tawny) #D75D01

Color information

#D75D01 (or 0xD75D01) is unknown color: approx Tenne (Tawny). HEX triplet: D7, 5D and 01. RGB value is (215,93,1). Sum of RGB (Red+Green+Blue) = 215+93+1=309 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.58% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75D01 is #28A2FE. Grayscale: #777777. Windows color (decimal): -2663167 or 89559. OLE color: 89559.

HSL color Cylindrical-coordinate representation of color #D75D01: hue angle of 25.79º 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 #D75D01 is Cyan = 0, Magento = 0.57, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB215931-
CMYK00.571.000.16
HSL25.79º99.07%42.35%-
HSV(B)25.79º99.53%84.31%-
XYZ31.9422.282.65-
YUV118.9961.42196.48-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 69.58%
GREEN value IS 93 (36.72% from 255) = 30.10%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=69.58%
G=30.10%
B=0.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 1.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21593100.571.000.1625.7999.0742.35
HexD75D103964101a632a
Octal3271351071144203214352
Binary11010111101110110111001110010010000110101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75D01; }

 p { color: rgb(215,93,1); }

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

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

 a { background-color: rgb(215,93,1); }

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

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

 span { border-color: rgb(215,93,1); }

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