#D35C0C

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

Shades of Tenne (Tawny) #D35C0C

Tints of Tenne (Tawny) #D35C0C

Color information

#D35C0C (or 0xD35C0C) is unknown color: approx Tenne (Tawny). HEX triplet: D3, 5C and 0C. RGB value is (211,92,12). Sum of RGB (Red+Green+Blue) = 211+92+12=315 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.98% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 211 - color contains mainly: red. Hex color #D35C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35C0C is #2CA3F3. Grayscale: #767676. Windows color (decimal): -2925556 or 810195. OLE color: 810195.

HSL color Cylindrical-coordinate representation of color #D35C0C: hue angle of 24.12º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D35C0C is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB2119212-
CMYK00.560.940.17
HSL24.12º89.24%43.73%-
HSV(B)24.12º94.31%82.75%-
XYZ30.7621.532.88-
YUV118.4667.92194-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 66.98%
GREEN value IS 92 (36.33% from 255) = 29.21%
BLUE value IS 12 (5.08% from 255) = 3.81%
R=66.98%
G=29.21%
B=3.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.94
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211921200.560.940.1724.1289.2443.73
HexD35CC0385E1118592c
Octal32313414070136213013154
Binary11010011101110011000111000101111010001110001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35C0C; }

 p { color: rgb(211,92,12); }

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

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

 a { background-color: rgb(211,92,12); }

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

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

 span { border-color: rgb(211,92,12); }

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