#D35E0A

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

Shades of Tenne (Tawny) #D35E0A

Tints of Tenne (Tawny) #D35E0A

Color information

#D35E0A (or 0xD35E0A) is unknown color: approx Tenne (Tawny). HEX triplet: D3, 5E and 0A. RGB value is (211,94,10). Sum of RGB (Red+Green+Blue) = 211+94+10=315 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.98% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 211 - color contains mainly: red. Hex color #D35E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35E0A is #2CA1F5. Grayscale: #777777. Windows color (decimal): -2925046 or 679635. OLE color: 679635.

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

Color convert

RGB2119410-
CMYK00.550.950.17
HSL25.07º90.95%43.33%-
HSV(B)25.07º95.26%82.75%-
XYZ30.9221.882.88-
YUV119.4166.26193.33-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 66.98%
GREEN value IS 94 (37.11% from 255) = 29.84%
BLUE value IS 10 (4.30% from 255) = 3.17%
R=66.98%
G=29.84%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.95
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211941000.550.950.1725.0790.9543.33
HexD35EA0375F11195b2b
Octal32313612067137213113353
Binary11010011101111010100110111101111110001110011011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35E0A; }

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

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

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

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

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

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

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

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