#D95B04

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

Shades of Tenne (Tawny) #D95B04

Tints of Tenne (Tawny) #D95B04

Color information

#D95B04 (or 0xD95B04) is unknown color: approx Tenne (Tawny). HEX triplet: D9, 5B and 04. RGB value is (217,91,4). Sum of RGB (Red+Green+Blue) = 217+91+4=312 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.55% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 217 - color contains mainly: red. Hex color #D95B04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95B04 is #26A4FB. Grayscale: #777777. Windows color (decimal): -2532604 or 285657. OLE color: 285657.

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

Color convert

RGB217914-
CMYK00.580.980.15
HSL24.51º96.38%43.33%-
HSV(B)24.51º98.16%85.1%-
XYZ32.3822.242.7-
YUV118.7663.24198.07-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 69.55%
GREEN value IS 91 (35.94% from 255) = 29.17%
BLUE value IS 4 (1.95% from 255) = 1.28%
R=69.55%
G=29.17%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.98
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21791400.580.980.1524.5196.3843.33
HexD95B403A62F19602b
Octal3311334072142173114053
Binary110110011011011100011101011000101111110011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95B04; }

 p { color: rgb(217,91,4); }

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

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

 a { background-color: rgb(217,91,4); }

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

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

 span { border-color: rgb(217,91,4); }

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