Html Css Color HEX #D6570A Tenne (Tawny)

📋 copy color: '#D6570A'

red 214 ◦ green 87 ◦ blue 10

#D6570A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #D6570A

Tints of Tenne (Tawny) #D6570A

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.3% from 255) = 3.22%

R = 68.81%
G = 27.97%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6570A (or 0xD6570A) is known color: 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

RGB 214 87 10 -
CMYK 0 0.59 0.95 0.16
HSL 22.65º 0.91% 0.44% -
HSV(B) 22.65º 0.95% 0.84% -
XYZ 31.19 21.13 2.72 -
YUV 116.2 68.08 197.76 -
System Red Green Blue C M Y K H S L
Decimal 214 87 10 0 0.59 0.95 0.16 22.65 0.91 0.44
Hex D6 57 A 0 3B 5F 10 17 5B 2C
Octal 326 127 12 0 73 137 20 27 133 54
Binary 11010110 1010111 1010 0 111011 1011111 10000 10111 1011011 101100

Color Harmonies of #D6570A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6570A

Black with #D6570A

Text Example


Text Example

White with #D6570A

Text Example


Text Example

HTML Codes & Css Web 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>