Html Css Color HEX #D6570C Tenne (Tawny)

📋 copy color: '#D6570C'

red 214 ◦ green 87 ◦ blue 12

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

Shades of Tenne (Tawny) #D6570C

Tints of Tenne (Tawny) #D6570C

RGB

 RED value IS 214 (83.98% from 255) = 68.37%

 GREEN value IS 87 (34.38% from 255) = 27.8%

 BLUE value IS 12 (5.08% from 255) = 3.83%

R = 68.37%
G = 27.8%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6570C (or 0xD6570C) is known color: Tenne (Tawny). HEX triplet: D6, 57 and 0C. RGB value is (214,87,12). Sum of RGB (Red+Green+Blue) = 214+87+12=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D6570C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6570C is #29A8F3. Grayscale: #747474. Windows color (decimal): -2730228 or 808918. OLE color: 808918.

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

Color convert

RGB 214 87 12 -
CMYK 0 0.59 0.94 0.16
HSL 22.28º 0.89% 0.44% -
HSV(B) 22.28º 0.94% 0.84% -
XYZ 31.21 21.14 2.78 -
YUV 116.42 69.08 197.6 -
System Red Green Blue C M Y K H S L
Decimal 214 87 12 0 0.59 0.94 0.16 22.28 0.89 0.44
Hex D6 57 C 0 3B 5E 10 16 59 2C
Octal 326 127 14 0 73 136 20 26 131 54
Binary 11010110 1010111 1100 0 111011 1011110 10000 10110 1011001 101100

Color Harmonies of #D6570C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6570C

Black with #D6570C

Text Example


Text Example

White with #D6570C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6570C; }

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

 H1.HeaderClassName
 {
   color: #D6570C;
 }
 .AnyTagClassName
 {
   color: #D6570C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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