Html Css Color HEX #D6570D Tenne (Tawny)

📋 copy color: '#D6570D'

red 214 ◦ green 87 ◦ blue 13

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

Shades of Tenne (Tawny) #D6570D

Tints of Tenne (Tawny) #D6570D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.14%

R = 68.15%
G = 27.71%
B = 4.14%

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

#D6570D (or 0xD6570D) is known color: Tenne (Tawny). HEX triplet: D6, 57 and 0D. RGB value is (214,87,13). Sum of RGB (Red+Green+Blue) = 214+87+13=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D6570D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6570D is #29A8F2. Grayscale: #747474. Windows color (decimal): -2730227 or 874454. OLE color: 874454.

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

Color convert

RGB 214 87 13 -
CMYK 0 0.59 0.94 0.16
HSL 22.09º 0.89% 0.45% -
HSV(B) 22.09º 0.94% 0.84% -
XYZ 31.21 21.14 2.82 -
YUV 116.54 69.58 197.52 -
System Red Green Blue C M Y K H S L
Decimal 214 87 13 0 0.59 0.94 0.16 22.09 0.89 0.45
Hex D6 57 D 0 3B 5E 10 16 59 2D
Octal 326 127 15 0 73 136 20 26 131 55
Binary 11010110 1010111 1101 0 111011 1011110 10000 10110 1011001 101101

Color Harmonies of #D6570D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6570D

Black with #D6570D

Text Example


Text Example

White with #D6570D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6570D; }

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

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

background-color css

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

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

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

border-color css

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

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

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