#D94E08

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

Shades of Tenne (Tawny) #D94E08

Tints of Tenne (Tawny) #D94E08

Color information

#D94E08 (or 0xD94E08) is unknown color: approx Tenne (Tawny). HEX triplet: D9, 4E and 08. RGB value is (217,78,8). Sum of RGB (Red+Green+Blue) = 217+78+8=303 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.62% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 217 - color contains mainly: red. Hex color #D94E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D94E08 is #26B1F7. Grayscale: #6F6F6F. Windows color (decimal): -2535928 or 544473. OLE color: 544473.

HSL color Cylindrical-coordinate representation of color #D94E08: hue angle of 20.1º 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 #D94E08 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB217788-
CMYK00.640.960.15
HSL20.1º92.89%44.12%-
HSV(B)20.1º96.31%85.1%-
XYZ31.3820.222.48-
YUV111.5869.55203.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 71.62%
GREEN value IS 78 (30.86% from 255) = 25.74%
BLUE value IS 8 (3.52% from 255) = 2.64%
R=71.62%
G=25.74%
B=2.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.96
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21778800.640.960.1520.192.8944.12
HexD94E804060F145d2c
Octal331116100100140172413554
Binary11011001100111010000100000011000001111101001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94E08; }

 p { color: rgb(217,78,8); }

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

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

 a { background-color: rgb(217,78,8); }

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

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

 span { border-color: rgb(217,78,8); }

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