#D94B08

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

Shades of Tenne (Tawny) #D94B08

Tints of Tenne (Tawny) #D94B08

Color information

#D94B08 (or 0xD94B08) is unknown color: approx Tenne (Tawny). HEX triplet: D9, 4B and 08. RGB value is (217,75,8). Sum of RGB (Red+Green+Blue) = 217+75+8=300 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.33% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 217 - color contains mainly: red. Hex color #D94B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94B08 is #26B4F7. Grayscale: #6E6E6E. Windows color (decimal): -2536696 or 543705. OLE color: 543705.

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

Color convert

RGB217758-
CMYK00.650.960.15
HSL19.23º92.89%44.12%-
HSV(B)19.23º96.31%85.1%-
XYZ31.1819.82.41-
YUV109.8270.54204.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 72.33%
GREEN value IS 75 (29.69% from 255) = 25%
BLUE value IS 8 (3.52% from 255) = 2.67%
R=72.33%
G=25%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.96
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21775800.650.960.1519.2392.8944.12
HexD94B804160F135d2c
Octal331113100101140172313554
Binary11011001100101110000100000111000001111100111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94B08; }

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

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

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

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

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

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

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

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