#D6570A

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

Shades of Tenne (Tawny) #D6570A

Tints of Tenne (Tawny) #D6570A

Color information

#D6570A (or 0xD6570A) is unknown color: approx Tenne (Tawny). HEX triplet: D6, 57 and 0A. RGB value is (214,87,10). Sum of RGB (Red+Green+Blue) = 214+87+10=311 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.81% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 214 - color contains mainly: red. Hex color #D6570A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6570A is #29A8F5. Grayscale: #747474. Windows color (decimal): -2730230 or 677846. OLE color: 677846.

HSL color Cylindrical-coordinate representation of color #D6570A: hue angle of 22.65º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D6570A is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB2148710-
CMYK00.590.950.16
HSL22.65º91.07%43.92%-
HSV(B)22.65º95.33%83.92%-
XYZ31.1921.132.72-
YUV116.268.08197.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 68.81%
GREEN value IS 87 (34.38% from 255) = 27.97%
BLUE value IS 10 (4.30% from 255) = 3.22%
R=68.81%
G=27.97%
B=3.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214871000.590.950.1622.6591.0743.92
HexD657A03B5F10175b2c
Octal32612712073137202713354
Binary11010110101011110100111011101111110000101111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6570A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6570A; }

 p { color: rgb(214,87,10); }

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

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

 a { background-color: rgb(214,87,10); }

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

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

 span { border-color: rgb(214,87,10); }

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