Html Css Color HEX #D8570C Tenne (Tawny)

📋 copy color: '#D8570C'

red 216 ◦ green 87 ◦ blue 12

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

Shades of Tenne (Tawny) #D8570C

Tints of Tenne (Tawny) #D8570C

RGB

 RED value IS 216 (84.77% from 255) = 68.57%

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

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

R = 68.57%
G = 27.62%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8570C (or 0xD8570C) is known color: Tenne (Tawny). HEX triplet: D8, 57 and 0C. RGB value is (216,87,12). Sum of RGB (Red+Green+Blue) = 216+87+12=315 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.57% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 216 - color contains mainly: red. Hex color #D8570C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8570C is #27A8F3. Grayscale: #757575. Windows color (decimal): -2599156 or 808920. OLE color: 808920.

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

Color convert

RGB 216 87 12 -
CMYK 0 0.60 0.94 0.15
HSL 22.06º 0.89% 0.45% -
HSV(B) 22.06º 0.94% 0.85% -
XYZ 31.79 21.44 2.81 -
YUV 117.02 68.74 198.6 -
System Red Green Blue C M Y K H S L
Decimal 216 87 12 0 0.60 0.94 0.15 22.06 0.89 0.45
Hex D8 57 C 0 3C 5E F 16 59 2D
Octal 330 127 14 0 74 136 17 26 131 55
Binary 11011000 1010111 1100 0 111100 1011110 1111 10110 1011001 101101

Color Harmonies of #D8570C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8570C

Black with #D8570C

Text Example


Text Example

White with #D8570C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8570C; }

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

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

background-color css

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

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

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

border-color css

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

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

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