Html Css Color HEX #D7560E Tenne (Tawny)

📋 copy color: '#D7560E'

red 215 ◦ green 86 ◦ blue 14

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

Shades of Tenne (Tawny) #D7560E

Tints of Tenne (Tawny) #D7560E

RGB

 RED value IS 215 (84.38% from 255) = 68.25%

 GREEN value IS 86 (33.98% from 255) = 27.3%

 BLUE value IS 14 (5.86% from 255) = 4.44%

R = 68.25%
G = 27.3%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7560E (or 0xD7560E) is known color: Tenne (Tawny). HEX triplet: D7, 56 and 0E. RGB value is (215,86,14). Sum of RGB (Red+Green+Blue) = 215+86+14=315 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.25% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 215 - color contains mainly: red. Hex color #D7560E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7560E is #28A9F1. Grayscale: #747474. Windows color (decimal): -2664946 or 939735. OLE color: 939735.

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

Color convert

RGB 215 86 14 -
CMYK 0 0.6 0.93 0.16
HSL 21.49º 0.88% 0.45% -
HSV(B) 21.49º 0.93% 0.84% -
XYZ 31.43 21.13 2.84 -
YUV 116.36 70.24 198.35 -
System Red Green Blue C M Y K H S L
Decimal 215 86 14 0 0.6 0.93 0.16 21.49 0.88 0.45
Hex D7 56 E 0 3C 5D 10 15 58 2D
Octal 327 126 16 0 74 135 20 25 130 55
Binary 11010111 1010110 1110 0 111100 1011101 10000 10101 1011000 101101

Color Harmonies of #D7560E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7560E

Black with #D7560E

Text Example


Text Example

White with #D7560E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7560E; }

 p { color: rgb(215,86,14); }

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

background-color css

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

 a { background-color: rgb(215,86,14); }

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

border-color css

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

 span { border-color: rgb(215,86,14); }

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