#D95C04

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

Shades of Tenne (Tawny) #D95C04

Tints of Tenne (Tawny) #D95C04

Color information

#D95C04 (or 0xD95C04) is unknown color: approx Tenne (Tawny). HEX triplet: D9, 5C and 04. RGB value is (217,92,4). Sum of RGB (Red+Green+Blue) = 217+92+4=313 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.33% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95C04 is #26A3FB. Grayscale: #777777. Windows color (decimal): -2532348 or 285913. OLE color: 285913.

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

Color convert

RGB217924-
CMYK00.580.980.15
HSL24.79º96.38%43.33%-
HSV(B)24.79º98.16%85.1%-
XYZ32.4622.412.73-
YUV119.3462.91197.66-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 69.33%
GREEN value IS 92 (36.33% from 255) = 29.39%
BLUE value IS 4 (1.95% from 255) = 1.28%
R=69.33%
G=29.39%
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
Decimal21792400.580.980.1524.7996.3843.33
HexD95C403A62F19602b
Octal3311344072142173114053
Binary110110011011100100011101011000101111110011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95C04; }

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

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

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

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

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

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

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

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