#D85C08

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

Shades of Tenne (Tawny) #D85C08

Tints of Tenne (Tawny) #D85C08

Color information

#D85C08 (or 0xD85C08) is unknown color: approx Tenne (Tawny). HEX triplet: D8, 5C and 08. RGB value is (216,92,8). Sum of RGB (Red+Green+Blue) = 216+92+8=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85C08 is #27A3F7. Grayscale: #777777. Windows color (decimal): -2597880 or 548056. OLE color: 548056.

HSL color Cylindrical-coordinate representation of color #D85C08: hue angle of 24.23º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D85C08 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB216928-
CMYK00.570.960.15
HSL24.23º92.86%43.92%-
HSV(B)24.23º96.3%84.71%-
XYZ32.1922.272.83-
YUV119.565.08196.83-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 68.35%
GREEN value IS 92 (36.33% from 255) = 29.11%
BLUE value IS 8 (3.52% from 255) = 2.53%
R=68.35%
G=29.11%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.96
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21692800.570.960.1524.2392.8643.92
HexD85C803960F185d2c
Octal33013410071140173013554
Binary1101100010111001000011100111000001111110001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85C08; }

 p { color: rgb(216,92,8); }

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

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

 a { background-color: rgb(216,92,8); }

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

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

 span { border-color: rgb(216,92,8); }

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