#D35E02

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

Shades of Tenne (Tawny) #D35E02

Tints of Tenne (Tawny) #D35E02

Color information

#D35E02 (or 0xD35E02) is unknown color: approx Tenne (Tawny). HEX triplet: D3, 5E and 02. RGB value is (211,94,2). Sum of RGB (Red+Green+Blue) = 211+94+2=307 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.73% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 211 - color contains mainly: red. Hex color #D35E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35E02 is #2CA1FD. Grayscale: #767676. Windows color (decimal): -2925054 or 155347. OLE color: 155347.

HSL color Cylindrical-coordinate representation of color #D35E02: hue angle of 26.41º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D35E02 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB211942-
CMYK00.550.990.17
HSL26.41º98.12%41.76%-
HSV(B)26.41º99.05%82.75%-
XYZ30.8821.862.65-
YUV118.4962.26193.98-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 68.73%
GREEN value IS 94 (37.11% from 255) = 30.62%
BLUE value IS 2 (1.17% from 255) = 0.65%
R=68.73%
G=30.62%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.99
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21194200.550.990.1726.4198.1241.76
HexD35E203763111a622a
Octal3231362067143213214252
Binary110100111011110100110111110001110001110101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35E02; }

 p { color: rgb(211,94,2); }

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

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

 a { background-color: rgb(211,94,2); }

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

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

 span { border-color: rgb(211,94,2); }

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